Shades of School Bus Yellow #FFDB0D
Tints of School Bus Yellow #FFDB0D
RGB
CMYK
RGB Variations
Color information
#FFDB0D (or 0xFFDB0D) is known color: School Bus Yellow. HEX triplet: FF, DB and 0D. RGB value is (255,219,13). Sum of RGB (Red+Green+Blue) = 255+219+13=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 219 (85.94% from 255 or 44.97% from 487); Blue value is 13 (5.47% from 255 or 2.67% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDB0D is #0024F2. Grayscale: #CFCFCF. Windows color (decimal): -9459 or 908287. OLE color: 908287.
HSL color Cylindrical-coordinate representation of color #FFDB0D: hue angle of 51.07º 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 #FFDB0D is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 13 | - |
| CMYK | 0 | 0.14 | 0.95 | 0 |
| HSL | 51.07º | 1% | 0.53% | - |
| HSV(B) | 51.07º | 0.95% | 1% | - |
| XYZ | 66.64 | 71.95 | 10.76 | - |
| YUV | 206.28 | 18.93 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 13 | 0 | 0.14 | 0.95 | 0 | 51.07 | 1 | 0.53 |
| Hex | FF | DB | D | 0 | E | 5F | 0 | 33 | 64 | 35 |
| Octal | 377 | 333 | 15 | 0 | 16 | 137 | 0 | 63 | 144 | 65 |
| Binary | 11111111 | 11011011 | 1101 | 0 | 1110 | 1011111 | 0 | 110011 | 1100100 | 110101 |
Color Harmonies of #FFDB0D
Complementary color
Monochromatic Colors of #FFDB0D
Black with #FFDB0D
Text Example
Text Example
White with #FFDB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB0D; }
p { color: rgb(255,219,13); }
H1.HeaderClassName
{
color: #FFDB0D;
}
.AnyTagClassName
{
color: #FFDB0D;
}
</style>
background-color css
<style>
a { background-color: #FFDB0D; }
a { background-color: rgb(255,219,13); }
div.DivClassName
{
background-color: #FFDB0D;
}
.BgClassName
{
background-color: #FFDB0D;
}
</style>
border-color css
<style>
span { border-color: #FFDB0D; }
span { border-color: rgb(255,219,13); }
td.TdClassName
{
border-color: #FFDB0D;
}
.TagClassName
{
border-color: #FFDB0D;
}
</style>