#F7D807

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

Shades of School Bus Yellow #F7D807

Tints of School Bus Yellow #F7D807

Color information

#F7D807 (or 0xF7D807) is unknown color: approx School Bus Yellow. HEX triplet: F7, D8 and 07. RGB value is (247,216,7). Sum of RGB (Red+Green+Blue) = 247+216+7=470 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.55% from 470); Green value is 216 (84.77% from 255 or 45.96% from 470); Blue value is 7 (3.12% from 255 or 1.49% from 470); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D807 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7D807 is #0827F8. Grayscale: #CACACA. Windows color (decimal): -534521 or 514295. OLE color: 514295.

HSL color Cylindrical-coordinate representation of color #F7D807: 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 #F7D807 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.03.

Color convert

RGB2472167-
CMYK00.130.970.03
HSL52.25º94.49%49.8%-
HSV(B)52.25º97.17%96.86%-
XYZ62.9568.910.18-
YUV201.4418.27160.49-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 52.55%
GREEN value IS 216 (84.77% from 255) = 45.96%
BLUE value IS 7 (3.12% from 255) = 1.49%
R=52.55%
G=45.96%
B=1.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.97
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247216700.130.970.0352.2594.4949.8
HexF7D870D613345e32
Octal367330701514136413662
Binary1111011111011000111011011100001111101001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7D807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7D807; }

 p { color: rgb(247,216,7); }

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

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

 a { background-color: rgb(247,216,7); }

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

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

 span { border-color: rgb(247,216,7); }

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