Shades of School Bus Yellow #F9DA0B
Tints of School Bus Yellow #F9DA0B
RGB
CMYK
RGB Variations
Color information
#F9DA0B (or 0xF9DA0B) is known color: School Bus Yellow. HEX triplet: F9, DA and 0B. RGB value is (249,218,11). Sum of RGB (Red+Green+Blue) = 249+218+11=478 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.09% from 478); Green value is 218 (85.55% from 255 or 45.61% from 478); Blue value is 11 (4.69% from 255 or 2.30% from 478); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DA0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9DA0B is #0625F4. Grayscale: #CCCCCC. Windows color (decimal): -402933 or 776953. OLE color: 776953.
HSL color Cylindrical-coordinate representation of color #F9DA0B: hue angle of 52.18º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F9DA0B is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 218 | 11 | - |
| CMYK | 0 | 0.12 | 0.96 | 0.02 |
| HSL | 52.18º | 0.95% | 0.51% | - |
| HSV(B) | 52.18º | 0.96% | 0.98% | - |
| XYZ | 64.2 | 70.31 | 10.5 | - |
| YUV | 203.67 | 19.27 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 218 | 11 | 0 | 0.12 | 0.96 | 0.02 | 52.18 | 0.95 | 0.51 |
| Hex | F9 | DA | B | 0 | C | 60 | 2 | 34 | 5F | 33 |
| Octal | 371 | 332 | 13 | 0 | 14 | 140 | 2 | 64 | 137 | 63 |
| Binary | 11111001 | 11011010 | 1011 | 0 | 1100 | 1100000 | 10 | 110100 | 1011111 | 110011 |
Color Harmonies of #F9DA0B
Complementary color
Monochromatic Colors of #F9DA0B
Black with #F9DA0B
Text Example
Text Example
White with #F9DA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DA0B; }
p { color: rgb(249,218,11); }
H1.HeaderClassName
{
color: #F9DA0B;
}
.AnyTagClassName
{
color: #F9DA0B;
}
</style>
background-color css
<style>
a { background-color: #F9DA0B; }
a { background-color: rgb(249,218,11); }
div.DivClassName
{
background-color: #F9DA0B;
}
.BgClassName
{
background-color: #F9DA0B;
}
</style>
border-color css
<style>
span { border-color: #F9DA0B; }
span { border-color: rgb(249,218,11); }
td.TdClassName
{
border-color: #F9DA0B;
}
.TagClassName
{
border-color: #F9DA0B;
}
</style>