Html Css Color HEX #F9D904 School Bus Yellow

📋 copy color: '#F9D904'

red 249 ◦ green 217 ◦ blue 4

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

Shades of School Bus Yellow #F9D904

Tints of School Bus Yellow #F9D904

RGB

 RED value IS 249 (97.66% from 255) = 52.98%

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

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

R = 52.98%
G = 46.17%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#F9D904 (or 0xF9D904) is known color: School Bus Yellow. HEX triplet: F9, D9 and 04. RGB value is (249,217,4). Sum of RGB (Red+Green+Blue) = 249+217+4=470 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.98% from 470); Green value is 217 (85.16% from 255 or 46.17% from 470); Blue value is 4 (1.95% from 255 or 0.85% from 470); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D904 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9D904 is #0626FB. Grayscale: #CBCBCB. Windows color (decimal): -403196 or 317945. OLE color: 317945.

HSL color Cylindrical-coordinate representation of color #F9D904: hue angle of 52.16º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F9D904 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 217 4 -
CMYK 0 0.13 0.98 0.02
HSL 52.16º 0.97% 0.5% -
HSV(B) 52.16º 0.98% 0.98% -
XYZ 63.9 69.77 10.21 -
YUV 202.29 16.1 161.32 -
System Red Green Blue C M Y K H S L
Decimal 249 217 4 0 0.13 0.98 0.02 52.16 0.97 0.5
Hex F9 D9 4 0 D 62 2 34 61 32
Octal 371 331 4 0 15 142 2 64 141 62
Binary 11111001 11011001 100 0 1101 1100010 10 110100 1100001 110010

Color Harmonies of #F9D904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D904

Black with #F9D904

Text Example


Text Example

White with #F9D904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D904; }

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

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

background-color css

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

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

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

border-color css

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

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

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