Shades of School Bus Yellow #FFDB0A
Tints of School Bus Yellow #FFDB0A
RGB
CMYK
RGB Variations
Color information
#FFDB0A (or 0xFFDB0A) is known color: School Bus Yellow. HEX triplet: FF, DB and 0A. RGB value is (255,219,10). Sum of RGB (Red+Green+Blue) = 255+219+10=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 10 (4.30% from 255 or 2.07% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDB0A is #0024F5. Grayscale: #CECECE. Windows color (decimal): -9462 or 711679. OLE color: 711679.
HSL color Cylindrical-coordinate representation of color #FFDB0A: hue angle of 51.18º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFDB0A is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 10 | - |
| CMYK | 0 | 0.14 | 0.96 | 0 |
| HSL | 51.18º | 1% | 0.52% | - |
| HSV(B) | 51.18º | 0.96% | 1% | - |
| XYZ | 66.63 | 71.94 | 10.66 | - |
| YUV | 205.94 | 17.43 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 10 | 0 | 0.14 | 0.96 | 0 | 51.18 | 1 | 0.52 |
| Hex | FF | DB | A | 0 | E | 60 | 0 | 33 | 64 | 34 |
| Octal | 377 | 333 | 12 | 0 | 16 | 140 | 0 | 63 | 144 | 64 |
| Binary | 11111111 | 11011011 | 1010 | 0 | 1110 | 1100000 | 0 | 110011 | 1100100 | 110100 |
Color Harmonies of #FFDB0A
Complementary color
Monochromatic Colors of #FFDB0A
Black with #FFDB0A
Text Example
Text Example
White with #FFDB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB0A; }
p { color: rgb(255,219,10); }
H1.HeaderClassName
{
color: #FFDB0A;
}
.AnyTagClassName
{
color: #FFDB0A;
}
</style>
background-color css
<style>
a { background-color: #FFDB0A; }
a { background-color: rgb(255,219,10); }
div.DivClassName
{
background-color: #FFDB0A;
}
.BgClassName
{
background-color: #FFDB0A;
}
</style>
border-color css
<style>
span { border-color: #FFDB0A; }
span { border-color: rgb(255,219,10); }
td.TdClassName
{
border-color: #FFDB0A;
}
.TagClassName
{
border-color: #FFDB0A;
}
</style>