Html Css Color HEX #F9DA09 School Bus Yellow

📋 copy color: '#F9DA09'

red 249 ◦ green 218 ◦ blue 9

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

Shades of School Bus Yellow #F9DA09

Tints of School Bus Yellow #F9DA09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 1.89%

R = 52.31%
G = 45.8%
B = 1.89%

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

#F9DA09 (or 0xF9DA09) is known color: School Bus Yellow. HEX triplet: F9, DA and 09. RGB value is (249,218,9). Sum of RGB (Red+Green+Blue) = 249+218+9=476 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.31% from 476); Green value is 218 (85.55% from 255 or 45.80% from 476); Blue value is 9 (3.91% from 255 or 1.89% from 476); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DA09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9DA09 is #0625F6. Grayscale: #CCCCCC. Windows color (decimal): -402935 or 645881. OLE color: 645881.

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

Color convert

RGB 249 218 9 -
CMYK 0 0.12 0.96 0.02
HSL 52.25º 0.95% 0.51% -
HSV(B) 52.25º 0.96% 0.98% -
XYZ 64.19 70.3 10.45 -
YUV 203.44 18.27 160.49 -
System Red Green Blue C M Y K H S L
Decimal 249 218 9 0 0.12 0.96 0.02 52.25 0.95 0.51
Hex F9 DA 9 0 C 60 2 34 5F 33
Octal 371 332 11 0 14 140 2 64 137 63
Binary 11111001 11011010 1001 0 1100 1100000 10 110100 1011111 110011

Color Harmonies of #F9DA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DA09

Black with #F9DA09

Text Example


Text Example

White with #F9DA09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DA09; }

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

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

background-color css

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

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

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

border-color css

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

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

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