Html Css Color HEX #F2DA09 School Bus Yellow

📋 copy color: '#F2DA09'

red 242 ◦ green 218 ◦ blue 9

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

Shades of School Bus Yellow #F2DA09

Tints of School Bus Yellow #F2DA09

RGB

 RED value IS 242 (94.92% from 255) = 51.6%

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

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

R = 51.6%
G = 46.48%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F2DA09 (or 0xF2DA09) is known color: School Bus Yellow. HEX triplet: F2, DA and 09. RGB value is (242,218,9). Sum of RGB (Red+Green+Blue) = 242+218+9=469 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.60% from 469); Green value is 218 (85.55% from 255 or 46.48% from 469); Blue value is 9 (3.91% from 255 or 1.92% from 469); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DA09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2DA09 is #0D25F6. Grayscale: #CACACA. Windows color (decimal): -861687 or 645874. OLE color: 645874.

HSL color Cylindrical-coordinate representation of color #F2DA09: hue angle of 53.82º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F2DA09 is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 218 9 -
CMYK 0 0.10 0.96 0.05
HSL 53.82º 0.93% 0.49% -
HSV(B) 53.82º 0.96% 0.95% -
XYZ 61.74 69.04 10.33 -
YUV 201.35 19.45 156.99 -
System Red Green Blue C M Y K H S L
Decimal 242 218 9 0 0.10 0.96 0.05 53.82 0.93 0.49
Hex F2 DA 9 0 A 60 5 36 5D 31
Octal 362 332 11 0 12 140 5 66 135 61
Binary 11110010 11011010 1001 0 1010 1100000 101 110110 1011101 110001

Color Harmonies of #F2DA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DA09

Black with #F2DA09

Text Example


Text Example

White with #F2DA09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DA09; }

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

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

background-color css

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

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

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

border-color css

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

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

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