#f9d700

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

Shades of School Bus Yellow #F9D700

Tints of School Bus Yellow #F9D700

Color information

#F9D700 (or 0xF9D700) is unknown color: approx School Bus Yellow. HEX triplet: F9, D7 and 00. RGB value is (249,215,0). Sum of RGB (Red+Green+Blue) = 249+215+0=464 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.66% from 464); Green value is 215 (84.38% from 255 or 46.34% from 464); Blue value is 0 (0.39% from 255 or 0% from 464); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D700 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9D700 is #0628FF. Grayscale: #C9C9C9. Windows color (decimal): -403712 or 55289. OLE color: 55289.

HSL color Cylindrical-coordinate representation of color #F9D700: hue angle of 51.81º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F9D700 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.02.

Color convert

RGB2492150-
CMYK00.1410.02
HSL51.81º100%48.82%-
HSV(B)51.81º100%97.65%-
XYZ63.3768.749.93-
YUV200.6614.76162.48-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 53.66%
GREEN value IS 215 (84.38% from 255) = 46.34%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.66%
G=46.34%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 1
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249215000.1410.0251.8110048.82
HexF9D700E642346431
Octal371327001614426414461
Binary11111001110101110011101100100101101001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f9d700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f9d700; }

 p { color: rgb(249,215,0); }

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

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

 a { background-color: rgb(249,215,0); }

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

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

 span { border-color: rgb(249,215,0); }

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