Shades of School Bus Yellow #F9DA00
Tints of School Bus Yellow #F9DA00
RGB
CMYK
RGB Variations
Color information
#F9DA00 (or 0xF9DA00) is known color: School Bus Yellow. HEX triplet: F9, DA and 00. RGB value is (249,218,0). Sum of RGB (Red+Green+Blue) = 249+218+0=467 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.32% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 0 (0.39% from 255 or 0% from 467); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DA00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9DA00 is #0625FF. Grayscale: #CBCBCB. Windows color (decimal): -402944 or 56057. OLE color: 56057.
HSL color Cylindrical-coordinate representation of color #F9DA00: hue angle of 52.53º 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 #F9DA00 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 218 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.02 |
| HSL | 52.53º | 1% | 0.49% | - |
| HSV(B) | 52.53º | 1% | 0.98% | - |
| XYZ | 64.14 | 70.28 | 10.19 | - |
| YUV | 202.42 | 13.77 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 218 | 0 | 0 | 0.12 | 1 | 0.02 | 52.53 | 1 | 0.49 |
| Hex | F9 | DA | 0 | 0 | C | 64 | 2 | 35 | 64 | 31 |
| Octal | 371 | 332 | 0 | 0 | 14 | 144 | 2 | 65 | 144 | 61 |
| Binary | 11111001 | 11011010 | 0 | 0 | 1100 | 1100100 | 10 | 110101 | 1100100 | 110001 |
Color Harmonies of #F9DA00
Complementary color
Monochromatic Colors of #F9DA00
Black with #F9DA00
Text Example
Text Example
White with #F9DA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DA00; }
p { color: rgb(249,218,0); }
H1.HeaderClassName
{
color: #F9DA00;
}
.AnyTagClassName
{
color: #F9DA00;
}
</style>
background-color css
<style>
a { background-color: #F9DA00; }
a { background-color: rgb(249,218,0); }
div.DivClassName
{
background-color: #F9DA00;
}
.BgClassName
{
background-color: #F9DA00;
}
</style>
border-color css
<style>
span { border-color: #F9DA00; }
span { border-color: rgb(249,218,0); }
td.TdClassName
{
border-color: #F9DA00;
}
.TagClassName
{
border-color: #F9DA00;
}
</style>