#F8D908

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

Shades of School Bus Yellow #F8D908

Tints of School Bus Yellow #F8D908

Color information

#F8D908 (or 0xF8D908) is unknown color: approx School Bus Yellow. HEX triplet: F8, D9 and 08. RGB value is (248,217,8). Sum of RGB (Red+Green+Blue) = 248+217+8=473 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.43% from 473); Green value is 217 (85.16% from 255 or 45.88% from 473); Blue value is 8 (3.52% from 255 or 1.69% from 473); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D908 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D908 is #0726F7. Grayscale: #CBCBCB. Windows color (decimal): -468728 or 580088. OLE color: 580088.

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

Color convert

RGB2482178-
CMYK00.120.970.03
HSL52.25º94.49%50.2%-
HSV(B)52.25º96.77%97.25%-
XYZ63.5769.610.31-
YUV202.4418.27160.49-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 52.43%
GREEN value IS 217 (85.16% from 255) = 45.88%
BLUE value IS 8 (3.52% from 255) = 1.69%
R=52.43%
G=45.88%
B=1.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.97
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248217800.120.970.0352.2594.4950.2
HexF8D980C613345e32
Octal3703311001414136413662
Binary11111000110110011000011001100001111101001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D908; }

 p { color: rgb(248,217,8); }

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

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

 a { background-color: rgb(248,217,8); }

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

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

 span { border-color: rgb(248,217,8); }

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