Html Css Color HEX #F9DA04 School Bus Yellow

📋 copy color: '#F9DA04'

red 249 ◦ green 218 ◦ blue 4

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

Shades of School Bus Yellow #F9DA04

Tints of School Bus Yellow #F9DA04

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.28%

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

R = 52.87%
G = 46.28%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#F9DA04 (or 0xF9DA04) is known color: School Bus Yellow. HEX triplet: F9, DA and 04. RGB value is (249,218,4). Sum of RGB (Red+Green+Blue) = 249+218+4=471 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.87% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 4 (1.95% from 255 or 0.85% from 471); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DA04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9DA04 is #0625FB. Grayscale: #CBCBCB. Windows color (decimal): -402940 or 318201. OLE color: 318201.

HSL color Cylindrical-coordinate representation of color #F9DA04: hue angle of 52.41º 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 #F9DA04 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 218 4 -
CMYK 0 0.12 0.98 0.02
HSL 52.41º 0.97% 0.5% -
HSV(B) 52.41º 0.98% 0.98% -
XYZ 64.16 70.29 10.3 -
YUV 202.87 15.77 160.9 -
System Red Green Blue C M Y K H S L
Decimal 249 218 4 0 0.12 0.98 0.02 52.41 0.97 0.5
Hex F9 DA 4 0 C 62 2 34 61 32
Octal 371 332 4 0 14 142 2 64 141 62
Binary 11111001 11011010 100 0 1100 1100010 10 110100 1100001 110010

Color Harmonies of #F9DA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DA04

Black with #F9DA04

Text Example


Text Example

White with #F9DA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DA04; }

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

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

background-color css

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

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

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

border-color css

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

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

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