#f9d907

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

Shades of School Bus Yellow #F9D907

Tints of School Bus Yellow #F9D907

Color information

#F9D907 (or 0xF9D907) is unknown color: approx School Bus Yellow. HEX triplet: F9, D9 and 07. RGB value is (249,217,7). Sum of RGB (Red+Green+Blue) = 249+217+7=473 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.64% from 473); Green value is 217 (85.16% from 255 or 45.88% from 473); Blue value is 7 (3.12% from 255 or 1.48% from 473); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D907 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9D907 is #0626F8. Grayscale: #CBCBCB. Windows color (decimal): -403193 or 514553. OLE color: 514553.

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

Color convert

RGB2492177-
CMYK00.130.970.02
HSL52.07º95.28%50.2%-
HSV(B)52.07º97.19%97.65%-
XYZ63.9269.7810.3-
YUV202.6317.6161.08-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 52.64%
GREEN value IS 217 (85.16% from 255) = 45.88%
BLUE value IS 7 (3.12% from 255) = 1.48%
R=52.64%
G=45.88%
B=1.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.97
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249217700.130.970.0252.0795.2850.2
HexF9D970D612345f32
Octal371331701514126413762
Binary1111100111011001111011011100001101101001011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f9d907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f9d907; }

 p { color: rgb(249,217,7); }

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

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

 a { background-color: rgb(249,217,7); }

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

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

 span { border-color: rgb(249,217,7); }

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