Html Css Color HEX #F0D904 School Bus Yellow

📋 copy color: '#F0D904'

red 240 ◦ green 217 ◦ blue 4

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

Shades of School Bus Yellow #F0D904

Tints of School Bus Yellow #F0D904

RGB

 RED value IS 240 (94.14% from 255) = 52.06%

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

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

R = 52.06%
G = 47.07%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F0D904 (or 0xF0D904) is known color: School Bus Yellow. HEX triplet: F0, D9 and 04. RGB value is (240,217,4). Sum of RGB (Red+Green+Blue) = 240+217+4=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 217 (85.16% from 255 or 47.07% from 461); Blue value is 4 (1.95% from 255 or 0.87% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D904 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D904 is #0F26FB. Grayscale: #C8C8C8. Windows color (decimal): -993020 or 317936. OLE color: 317936.

HSL color Cylindrical-coordinate representation of color #F0D904: hue angle of 54.15º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0D904 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 217 4 -
CMYK 0 0.10 0.98 0.06
HSL 54.15º 0.97% 0.48% -
HSV(B) 54.15º 0.98% 0.94% -
XYZ 60.77 68.16 10.07 -
YUV 199.6 17.62 156.82 -
System Red Green Blue C M Y K H S L
Decimal 240 217 4 0 0.10 0.98 0.06 54.15 0.97 0.48
Hex F0 D9 4 0 A 62 6 36 61 30
Octal 360 331 4 0 12 142 6 66 141 60
Binary 11110000 11011001 100 0 1010 1100010 110 110110 1100001 110000

Color Harmonies of #F0D904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D904

Black with #F0D904

Text Example


Text Example

White with #F0D904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D904; }

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

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

background-color css

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

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

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

border-color css

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

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

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