Html Css Color HEX #F5DA09 School Bus Yellow

📋 copy color: '#F5DA09'

red 245 ◦ green 218 ◦ blue 9

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

Shades of School Bus Yellow #F5DA09

Tints of School Bus Yellow #F5DA09

RGB

 RED value IS 245 (96.09% from 255) = 51.91%

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

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

R = 51.91%
G = 46.19%
B = 1.91%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F5DA09 (or 0xF5DA09) is known color: School Bus Yellow. HEX triplet: F5, DA and 09. RGB value is (245,218,9). Sum of RGB (Red+Green+Blue) = 245+218+9=472 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.91% from 472); Green value is 218 (85.55% from 255 or 46.19% from 472); Blue value is 9 (3.91% from 255 or 1.91% from 472); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DA09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5DA09 is #0A25F6. Grayscale: #CBCBCB. Windows color (decimal): -665079 or 645877. OLE color: 645877.

HSL color Cylindrical-coordinate representation of color #F5DA09: hue angle of 53.14º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F5DA09 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 218 9 -
CMYK 0 0.11 0.96 0.04
HSL 53.14º 0.93% 0.5% -
HSV(B) 53.14º 0.96% 0.96% -
XYZ 62.78 69.58 10.38 -
YUV 202.25 18.95 158.49 -
System Red Green Blue C M Y K H S L
Decimal 245 218 9 0 0.11 0.96 0.04 53.14 0.93 0.5
Hex F5 DA 9 0 B 60 4 35 5D 32
Octal 365 332 11 0 13 140 4 65 135 62
Binary 11110101 11011010 1001 0 1011 1100000 100 110101 1011101 110010

Color Harmonies of #F5DA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DA09

Black with #F5DA09

Text Example


Text Example

White with #F5DA09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DA09; }

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

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

background-color css

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

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

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

border-color css

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

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

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