Shades of School Bus Yellow #FFDB0C
Tints of School Bus Yellow #FFDB0C
RGB
CMYK
RGB Variations
Color information
#FFDB0C (or 0xFFDB0C) is known color: School Bus Yellow. HEX triplet: FF, DB and 0C. RGB value is (255,219,12). Sum of RGB (Red+Green+Blue) = 255+219+12=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 12 (5.08% from 255 or 2.47% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDB0C is #0024F3. Grayscale: #CFCFCF. Windows color (decimal): -9460 or 842751. OLE color: 842751.
HSL color Cylindrical-coordinate representation of color #FFDB0C: hue angle of 51.11º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFDB0C is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 12 | - |
| CMYK | 0 | 0.14 | 0.95 | 0 |
| HSL | 51.11º | 1% | 0.52% | - |
| HSV(B) | 51.11º | 0.95% | 1% | - |
| XYZ | 66.64 | 71.95 | 10.72 | - |
| YUV | 206.17 | 18.43 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 12 | 0 | 0.14 | 0.95 | 0 | 51.11 | 1 | 0.52 |
| Hex | FF | DB | C | 0 | E | 5F | 0 | 33 | 64 | 34 |
| Octal | 377 | 333 | 14 | 0 | 16 | 137 | 0 | 63 | 144 | 64 |
| Binary | 11111111 | 11011011 | 1100 | 0 | 1110 | 1011111 | 0 | 110011 | 1100100 | 110100 |
Color Harmonies of #FFDB0C
Complementary color
Monochromatic Colors of #FFDB0C
Black with #FFDB0C
Text Example
Text Example
White with #FFDB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB0C; }
p { color: rgb(255,219,12); }
H1.HeaderClassName
{
color: #FFDB0C;
}
.AnyTagClassName
{
color: #FFDB0C;
}
</style>
background-color css
<style>
a { background-color: #FFDB0C; }
a { background-color: rgb(255,219,12); }
div.DivClassName
{
background-color: #FFDB0C;
}
.BgClassName
{
background-color: #FFDB0C;
}
</style>
border-color css
<style>
span { border-color: #FFDB0C; }
span { border-color: rgb(255,219,12); }
td.TdClassName
{
border-color: #FFDB0C;
}
.TagClassName
{
border-color: #FFDB0C;
}
</style>