Html Css Color HEX #F9DA0A School Bus Yellow

📋 copy color: '#F9DA0A'

red 249 ◦ green 218 ◦ blue 10

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

Shades of School Bus Yellow #F9DA0A

Tints of School Bus Yellow #F9DA0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.1%

R = 52.2%
G = 45.7%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#F9DA0A (or 0xF9DA0A) is known color: School Bus Yellow. HEX triplet: F9, DA and 0A. RGB value is (249,218,10). Sum of RGB (Red+Green+Blue) = 249+218+10=477 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.20% from 477); Green value is 218 (85.55% from 255 or 45.70% from 477); Blue value is 10 (4.30% from 255 or 2.10% from 477); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DA0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9DA0A is #0625F5. Grayscale: #CCCCCC. Windows color (decimal): -402934 or 711417. OLE color: 711417.

HSL color Cylindrical-coordinate representation of color #F9DA0A: hue angle of 52.22º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F9DA0A is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 218 10 -
CMYK 0 0.12 0.96 0.02
HSL 52.22º 0.95% 0.51% -
HSV(B) 52.22º 0.96% 0.98% -
XYZ 64.19 70.3 10.47 -
YUV 203.56 18.77 160.41 -
System Red Green Blue C M Y K H S L
Decimal 249 218 10 0 0.12 0.96 0.02 52.22 0.95 0.51
Hex F9 DA A 0 C 60 2 34 5F 33
Octal 371 332 12 0 14 140 2 64 137 63
Binary 11111001 11011010 1010 0 1100 1100000 10 110100 1011111 110011

Color Harmonies of #F9DA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DA0A

Black with #F9DA0A

Text Example


Text Example

White with #F9DA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DA0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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