#F7D801

Color #F7D801 School Bus Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of School Bus Yellow #F7D801

Tints of School Bus Yellow #F7D801

Color information

#F7D801 (or 0xF7D801) is unknown color: approx School Bus Yellow. HEX triplet: F7, D8 and 01. RGB value is (247,216,1). Sum of RGB (Red+Green+Blue) = 247+216+1=464 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.23% from 464); Green value is 216 (84.77% from 255 or 46.55% from 464); Blue value is 1 (0.78% from 255 or 0.22% from 464); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D801 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7D801 is #0827FE. Grayscale: #C9C9C9. Windows color (decimal): -534527 or 121079. OLE color: 121079.

HSL color Cylindrical-coordinate representation of color #F7D801: hue angle of 52.44º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F7D801 is Cyan = 0, Magento = 0.13, Yellow = 1.00 and Black (K on CMYK) = 0.03.

Color convert

RGB2472161-
CMYK00.131.000.03
HSL52.44º99.19%48.63%-
HSV(B)52.44º99.6%96.86%-
XYZ62.9268.8910.01-
YUV200.7615.27160.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 247 (96.88% from 255) = 53.23%
GREEN value IS 216 (84.77% from 255) = 46.55%
BLUE value IS 1 (0.78% from 255) = 0.22%
R=53.23%
G=46.55%
B=0.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 1.00
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247216100.131.000.0352.4499.1948.63
HexF7D810D643346331
Octal367330101514436414361
Binary11110111110110001011011100100111101001100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7D801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7D801; }

 p { color: rgb(247,216,1); }

 H1.HeaderClassName
 {
   color: #F7D801;
 }
 .AnyTagClassName
 {
   color: #F7D801;
 }
</style>
background-color css

<style>
 a { background-color: #F7D801; }

 a { background-color: rgb(247,216,1); }

 div.DivClassName
 {
   background-color: #F7D801;
 }
 .BgClassName
 {
   background-color: #F7D801;
 }
</style>
border-color css

<style>
 span { border-color: #F7D801; }

 span { border-color: rgb(247,216,1); }

 td.TdClassName
 {
   border-color: #F7D801;
 }
 .TagClassName
 {
   border-color: #F7D801;
 }
</style>