Html Css Color HEX #FED807 School Bus Yellow

📋 copy color: '#FED807'

red 254 ◦ green 216 ◦ blue 7

#FED807
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of School Bus Yellow #FED807

Tints of School Bus Yellow #FED807

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.13% from 255) = 1.47%

R = 53.25%
G = 45.28%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#FED807 (or 0xFED807) is known color: 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

RGB 254 216 7 -
CMYK 0 0.15 0.97 0.00
HSL 50.77º 0.99% 0.51% -
HSV(B) 50.77º 0.97% 1% -
XYZ 65.47 70.2 10.3 -
YUV 203.54 17.09 163.99 -
System Red Green Blue C M Y K H S L
Decimal 254 216 7 0 0.15 0.97 0.00 50.77 0.99 0.51
Hex FE D8 7 0 F 61 0 33 63 33
Octal 376 330 7 0 17 141 0 63 143 63
Binary 11111110 11011000 111 0 1111 1100001 0 110011 1100011 110011

Color Harmonies of #FED807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED807

Black with #FED807

Text Example


Text Example

White with #FED807

Text Example


Text Example

HTML Codes & Css Web 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>