Shades of School Bus Yellow #F2D809
Tints of School Bus Yellow #F2D809
RGB
CMYK
RGB Variations
Color information
#F2D809 (or 0xF2D809) is known color: School Bus Yellow. HEX triplet: F2, D8 and 09. RGB value is (242,216,9). Sum of RGB (Red+Green+Blue) = 242+216+9=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 216 (84.77% from 255 or 46.25% from 467); Blue value is 9 (3.91% from 255 or 1.93% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D809 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D809 is #0D27F6. Grayscale: #C9C9C9. Windows color (decimal): -862199 or 645362. OLE color: 645362.
HSL color Cylindrical-coordinate representation of color #F2D809: hue angle of 53.3º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F2D809 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 216 | 9 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.05 |
| HSL | 53.3º | 0.93% | 0.49% | - |
| HSV(B) | 53.3º | 0.96% | 0.95% | - |
| XYZ | 61.22 | 68.01 | 10.16 | - |
| YUV | 200.18 | 20.11 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 216 | 9 | 0 | 0.11 | 0.96 | 0.05 | 53.3 | 0.93 | 0.49 |
| Hex | F2 | D8 | 9 | 0 | B | 60 | 5 | 35 | 5D | 31 |
| Octal | 362 | 330 | 11 | 0 | 13 | 140 | 5 | 65 | 135 | 61 |
| Binary | 11110010 | 11011000 | 1001 | 0 | 1011 | 1100000 | 101 | 110101 | 1011101 | 110001 |
Color Harmonies of #F2D809
Complementary color
Monochromatic Colors of #F2D809
Black with #F2D809
Text Example
Text Example
White with #F2D809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D809; }
p { color: rgb(242,216,9); }
H1.HeaderClassName
{
color: #F2D809;
}
.AnyTagClassName
{
color: #F2D809;
}
</style>
background-color css
<style>
a { background-color: #F2D809; }
a { background-color: rgb(242,216,9); }
div.DivClassName
{
background-color: #F2D809;
}
.BgClassName
{
background-color: #F2D809;
}
</style>
border-color css
<style>
span { border-color: #F2D809; }
span { border-color: rgb(242,216,9); }
td.TdClassName
{
border-color: #F2D809;
}
.TagClassName
{
border-color: #F2D809;
}
</style>