#FED807

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

Shades of School Bus Yellow #FED807

Tints of School Bus Yellow #FED807

Color information

#FED807 (or 0xFED807) is unknown color: approx School Bus Yellow. HEX triplet: FE, D8 and 07. RGB value is (254,216,7). Sum of RGB (Red+Green+Blue) = 254+216+7=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 216 (84.77% from 255 or 45.28% from 477); Blue value is 7 (3.12% from 255 or 1.47% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FED807 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED807 is #0127F8. Grayscale: #CCCCCC. Windows color (decimal): -75769 or 514302. OLE color: 514302.

HSL color Cylindrical-coordinate representation of color #FED807: hue angle of 50.77º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FED807 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.00.

Color convert

RGB2542167-
CMYK00.150.970.00
HSL50.77º99.2%51.18%-
HSV(B)50.77º97.24%99.61%-
XYZ65.4770.210.3-
YUV203.5417.09163.99-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 53.25%
GREEN value IS 216 (84.77% from 255) = 45.28%
BLUE value IS 7 (3.12% from 255) = 1.47%
R=53.25%
G=45.28%
B=1.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.97
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254216700.150.970.0050.7799.251.18
HexFED870F610336333
Octal376330701714106314363
Binary111111101101100011101111110000101100111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED807; }

 p { color: rgb(254,216,7); }

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

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

 a { background-color: rgb(254,216,7); }

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

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

 span { border-color: rgb(254,216,7); }

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