Html Css Color HEX #FED904 School Bus Yellow

📋 copy color: '#FED904'

red 254 ◦ green 217 ◦ blue 4

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

Shades of School Bus Yellow #FED904

Tints of School Bus Yellow #FED904

RGB

 RED value IS 254 (99.61% from 255) = 53.47%

 GREEN value IS 217 (85.16% from 255) = 45.68%

 BLUE value IS 4 (1.95% from 255) = 0.84%

R = 53.47%
G = 45.68%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FED904 (or 0xFED904) is known color: School Bus Yellow. HEX triplet: FE, D9 and 04. RGB value is (254,217,4). Sum of RGB (Red+Green+Blue) = 254+217+4=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 217 (85.16% from 255 or 45.68% from 475); Blue value is 4 (1.95% from 255 or 0.84% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FED904 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED904 is #0126FB. Grayscale: #CCCCCC. Windows color (decimal): -75516 or 317950. OLE color: 317950.

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

Color convert

RGB 254 217 4 -
CMYK 0 0.15 0.98 0.00
HSL 51.12º 0.99% 0.51% -
HSV(B) 51.12º 0.98% 1% -
XYZ 65.71 70.71 10.3 -
YUV 203.78 15.26 163.82 -
System Red Green Blue C M Y K H S L
Decimal 254 217 4 0 0.15 0.98 0.00 51.12 0.99 0.51
Hex FE D9 4 0 F 62 0 33 63 33
Octal 376 331 4 0 17 142 0 63 143 63
Binary 11111110 11011001 100 0 1111 1100010 0 110011 1100011 110011

Color Harmonies of #FED904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED904

Black with #FED904

Text Example


Text Example

White with #FED904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED904; }

 p { color: rgb(254,217,4); }

 H1.HeaderClassName
 {
   color: #FED904;
 }
 .AnyTagClassName
 {
   color: #FED904;
 }
</style>

background-color css

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

 a { background-color: rgb(254,217,4); }

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

border-color css

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

 span { border-color: rgb(254,217,4); }

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