#F6D808

Color #F6D808 School Bus Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of School Bus Yellow #F6D808

Tints of School Bus Yellow #F6D808

Color information

#F6D808 (or 0xF6D808) is unknown color: approx School Bus Yellow. HEX triplet: F6, D8 and 08. RGB value is (246,216,8). Sum of RGB (Red+Green+Blue) = 246+216+8=470 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.34% from 470); Green value is 216 (84.77% from 255 or 45.96% from 470); Blue value is 8 (3.52% from 255 or 1.70% from 470); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D808 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6D808 is #0927F7. Grayscale: #CACACA. Windows color (decimal): -600056 or 579830. OLE color: 579830.

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

Color convert

RGB2462168-
CMYK00.120.970.04
HSL52.44º93.7%49.8%-
HSV(B)52.44º96.75%96.47%-
XYZ62.6168.7210.19-
YUV201.2618.94159.91-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 52.34%
GREEN value IS 216 (84.77% from 255) = 45.96%
BLUE value IS 8 (3.52% from 255) = 1.70%
R=52.34%
G=45.96%
B=1.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.97
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246216800.120.970.0452.4493.749.8
HexF6D880C614345e32
Octal3663301001414146413662
Binary111101101101100010000110011000011001101001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D808; }

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

 H1.HeaderClassName
 {
   color: #F6D808;
 }
 .AnyTagClassName
 {
   color: #F6D808;
 }
</style>
background-color css

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

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

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

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

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

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