Html Css Color HEX #F0D809 School Bus Yellow

📋 copy color: '#F0D809'

red 240 ◦ green 216 ◦ blue 9

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

Shades of School Bus Yellow #F0D809

Tints of School Bus Yellow #F0D809

RGB

 RED value IS 240 (94.14% from 255) = 51.61%

 GREEN value IS 216 (84.77% from 255) = 46.45%

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

R = 51.61%
G = 46.45%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F0D809 (or 0xF0D809) is known color: School Bus Yellow. HEX triplet: F0, D8 and 09. RGB value is (240,216,9). Sum of RGB (Red+Green+Blue) = 240+216+9=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 216 (84.77% from 255 or 46.45% from 465); Blue value is 9 (3.91% from 255 or 1.94% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D809 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D809 is #0F27F6. Grayscale: #C8C8C8. Windows color (decimal): -993271 or 645360. OLE color: 645360.

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

Color convert

RGB 240 216 9 -
CMYK 0 0.1 0.96 0.06
HSL 53.77º 0.93% 0.49% -
HSV(B) 53.77º 0.96% 0.94% -
XYZ 60.54 67.66 10.13 -
YUV 199.58 20.45 156.83 -
System Red Green Blue C M Y K H S L
Decimal 240 216 9 0 0.1 0.96 0.06 53.77 0.93 0.49
Hex F0 D8 9 0 A 60 6 36 5D 31
Octal 360 330 11 0 12 140 6 66 135 61
Binary 11110000 11011000 1001 0 1010 1100000 110 110110 1011101 110001

Color Harmonies of #F0D809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D809

Black with #F0D809

Text Example


Text Example

White with #F0D809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D809; }

 p { color: rgb(240,216,9); }

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

background-color css

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

 a { background-color: rgb(240,216,9); }

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

border-color css

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

 span { border-color: rgb(240,216,9); }

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