Shades of School Bus Yellow #FFDB0E
Tints of School Bus Yellow #FFDB0E
RGB
CMYK
RGB Variations
Color information
#FFDB0E (or 0xFFDB0E) is known color: School Bus Yellow. HEX triplet: FF, DB and 0E. RGB value is (255,219,14). Sum of RGB (Red+Green+Blue) = 255+219+14=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 14 (5.86% from 255 or 2.87% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDB0E is #0024F1. Grayscale: #CFCFCF. Windows color (decimal): -9458 or 973823. OLE color: 973823.
HSL color Cylindrical-coordinate representation of color #FFDB0E: hue angle of 51.04º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFDB0E is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 14 | - |
| CMYK | 0 | 0.14 | 0.95 | 0 |
| HSL | 51.04º | 1% | 0.53% | - |
| HSV(B) | 51.04º | 0.95% | 1% | - |
| XYZ | 66.65 | 71.95 | 10.79 | - |
| YUV | 206.39 | 19.43 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 14 | 0 | 0.14 | 0.95 | 0 | 51.04 | 1 | 0.53 |
| Hex | FF | DB | E | 0 | E | 5F | 0 | 33 | 64 | 35 |
| Octal | 377 | 333 | 16 | 0 | 16 | 137 | 0 | 63 | 144 | 65 |
| Binary | 11111111 | 11011011 | 1110 | 0 | 1110 | 1011111 | 0 | 110011 | 1100100 | 110101 |
Color Harmonies of #FFDB0E
Complementary color
Monochromatic Colors of #FFDB0E
Black with #FFDB0E
Text Example
Text Example
White with #FFDB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB0E; }
p { color: rgb(255,219,14); }
H1.HeaderClassName
{
color: #FFDB0E;
}
.AnyTagClassName
{
color: #FFDB0E;
}
</style>
background-color css
<style>
a { background-color: #FFDB0E; }
a { background-color: rgb(255,219,14); }
div.DivClassName
{
background-color: #FFDB0E;
}
.BgClassName
{
background-color: #FFDB0E;
}
</style>
border-color css
<style>
span { border-color: #FFDB0E; }
span { border-color: rgb(255,219,14); }
td.TdClassName
{
border-color: #FFDB0E;
}
.TagClassName
{
border-color: #FFDB0E;
}
</style>