Shades of School Bus Yellow #F9DB05
Tints of School Bus Yellow #F9DB05
RGB
CMYK
RGB Variations
Color information
#F9DB05 (or 0xF9DB05) is known color: School Bus Yellow. HEX triplet: F9, DB and 05. RGB value is (249,219,5). Sum of RGB (Red+Green+Blue) = 249+219+5=473 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.64% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 5 (2.34% from 255 or 1.06% from 473); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DB05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9DB05 is #0624FA. Grayscale: #CCCCCC. Windows color (decimal): -402683 or 383993. OLE color: 383993.
HSL color Cylindrical-coordinate representation of color #F9DB05: hue angle of 52.62º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F9DB05 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 219 | 5 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.02 |
| HSL | 52.62º | 0.96% | 0.5% | - |
| HSV(B) | 52.62º | 0.98% | 0.98% | - |
| XYZ | 64.43 | 70.81 | 10.42 | - |
| YUV | 203.57 | 15.94 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 219 | 5 | 0 | 0.12 | 0.98 | 0.02 | 52.62 | 0.96 | 0.5 |
| Hex | F9 | DB | 5 | 0 | C | 62 | 2 | 35 | 60 | 32 |
| Octal | 371 | 333 | 5 | 0 | 14 | 142 | 2 | 65 | 140 | 62 |
| Binary | 11111001 | 11011011 | 101 | 0 | 1100 | 1100010 | 10 | 110101 | 1100000 | 110010 |
Color Harmonies of #F9DB05
Complementary color
Monochromatic Colors of #F9DB05
Black with #F9DB05
Text Example
Text Example
White with #F9DB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DB05; }
p { color: rgb(249,219,5); }
H1.HeaderClassName
{
color: #F9DB05;
}
.AnyTagClassName
{
color: #F9DB05;
}
</style>
background-color css
<style>
a { background-color: #F9DB05; }
a { background-color: rgb(249,219,5); }
div.DivClassName
{
background-color: #F9DB05;
}
.BgClassName
{
background-color: #F9DB05;
}
</style>
border-color css
<style>
span { border-color: #F9DB05; }
span { border-color: rgb(249,219,5); }
td.TdClassName
{
border-color: #F9DB05;
}
.TagClassName
{
border-color: #F9DB05;
}
</style>