Html Css Color HEX #F0D808 School Bus Yellow

📋 copy color: '#F0D808'

red 240 ◦ green 216 ◦ blue 8

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

Shades of School Bus Yellow #F0D808

Tints of School Bus Yellow #F0D808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.72%

R = 51.72%
G = 46.55%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#F0D808 (or 0xF0D808) is known color: School Bus Yellow. HEX triplet: F0, D8 and 08. RGB value is (240,216,8). Sum of RGB (Red+Green+Blue) = 240+216+8=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 216 (84.77% from 255 or 46.55% from 464); Blue value is 8 (3.52% from 255 or 1.72% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D808 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D808 is #0F27F7. Grayscale: #C8C8C8. Windows color (decimal): -993272 or 579824. OLE color: 579824.

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

Color convert

RGB 240 216 8 -
CMYK 0 0.1 0.97 0.06
HSL 53.79º 0.94% 0.49% -
HSV(B) 53.79º 0.97% 0.94% -
XYZ 60.53 67.65 10.1 -
YUV 199.46 19.95 156.91 -
System Red Green Blue C M Y K H S L
Decimal 240 216 8 0 0.1 0.97 0.06 53.79 0.94 0.49
Hex F0 D8 8 0 A 61 6 36 5E 31
Octal 360 330 10 0 12 141 6 66 136 61
Binary 11110000 11011000 1000 0 1010 1100001 110 110110 1011110 110001

Color Harmonies of #F0D808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D808

Black with #F0D808

Text Example


Text Example

White with #F0D808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D808; }

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

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

background-color css

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

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

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

border-color css

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

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

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