Html Css Color HEX #F9DB09 School Bus Yellow

📋 copy color: '#F9DB09'

red 249 ◦ green 219 ◦ blue 9

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

Shades of School Bus Yellow #F9DB09

Tints of School Bus Yellow #F9DB09

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.91%

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

R = 52.2%
G = 45.91%
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

#F9DB09 (or 0xF9DB09) is known color: School Bus Yellow. HEX triplet: F9, DB and 09. RGB value is (249,219,9). Sum of RGB (Red+Green+Blue) = 249+219+9=477 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.20% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 9 (3.91% from 255 or 1.89% from 477); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DB09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9DB09 is #0624F6. Grayscale: #CCCCCC. Windows color (decimal): -402679 or 646137. OLE color: 646137.

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

Color convert

RGB 249 219 9 -
CMYK 0 0.12 0.96 0.02
HSL 52.5º 0.95% 0.51% -
HSV(B) 52.5º 0.96% 0.98% -
XYZ 64.45 70.82 10.53 -
YUV 204.03 17.94 160.08 -
System Red Green Blue C M Y K H S L
Decimal 249 219 9 0 0.12 0.96 0.02 52.5 0.95 0.51
Hex F9 DB 9 0 C 60 2 34 5F 33
Octal 371 333 11 0 14 140 2 64 137 63
Binary 11111001 11011011 1001 0 1100 1100000 10 110100 1011111 110011

Color Harmonies of #F9DB09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DB09

Black with #F9DB09

Text Example


Text Example

White with #F9DB09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DB09; }

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

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

background-color css

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

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

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

border-color css

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

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

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