#F8D702

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

Shades of School Bus Yellow #F8D702

Tints of School Bus Yellow #F8D702

Color information

#F8D702 (or 0xF8D702) is unknown color: approx School Bus Yellow. HEX triplet: F8, D7 and 02. RGB value is (248,215,2). Sum of RGB (Red+Green+Blue) = 248+215+2=465 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.33% from 465); Green value is 215 (84.38% from 255 or 46.24% from 465); Blue value is 2 (1.17% from 255 or 0.43% from 465); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D702 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D702 is #0728FD. Grayscale: #C9C9C9. Windows color (decimal): -469246 or 186360. OLE color: 186360.

HSL color Cylindrical-coordinate representation of color #F8D702: hue angle of 51.95º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F8D702 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.03.

Color convert

RGB2482152-
CMYK00.130.990.03
HSL51.95º98.4%49.02%-
HSV(B)51.95º99.19%97.25%-
XYZ63.0268.569.97-
YUV200.5815.93161.82-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 53.33%
GREEN value IS 215 (84.38% from 255) = 46.24%
BLUE value IS 2 (1.17% from 255) = 0.43%
R=53.33%
G=46.24%
B=0.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.99
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248215200.130.990.0351.9598.449.02
HexF8D720D633346231
Octal370327201514336414261
Binary111110001101011110011011100011111101001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D702; }

 p { color: rgb(248,215,2); }

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

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

 a { background-color: rgb(248,215,2); }

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

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

 span { border-color: rgb(248,215,2); }

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