Shades of School Bus Yellow #FFDB02
Tints of School Bus Yellow #FFDB02
RGB
CMYK
RGB Variations
Color information
#FFDB02 (or 0xFFDB02) is known color: School Bus Yellow. HEX triplet: FF, DB and 02. RGB value is (255,219,2). Sum of RGB (Red+Green+Blue) = 255+219+2=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 2 (1.17% from 255 or 0.42% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDB02 is #0024FD. Grayscale: #CDCDCD. Windows color (decimal): -9470 or 187391. OLE color: 187391.
HSL color Cylindrical-coordinate representation of color #FFDB02: hue angle of 51.46º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FFDB02 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 2 | - |
| CMYK | 0 | 0.14 | 0.99 | 0 |
| HSL | 51.46º | 1% | 0.5% | - |
| HSV(B) | 51.46º | 0.99% | 1% | - |
| XYZ | 66.58 | 71.93 | 10.43 | - |
| YUV | 205.03 | 13.43 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 2 | 0 | 0.14 | 0.99 | 0 | 51.46 | 1 | 0.5 |
| Hex | FF | DB | 2 | 0 | E | 63 | 0 | 33 | 64 | 32 |
| Octal | 377 | 333 | 2 | 0 | 16 | 143 | 0 | 63 | 144 | 62 |
| Binary | 11111111 | 11011011 | 10 | 0 | 1110 | 1100011 | 0 | 110011 | 1100100 | 110010 |
Color Harmonies of #FFDB02
Complementary color
Monochromatic Colors of #FFDB02
Black with #FFDB02
Text Example
Text Example
White with #FFDB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB02; }
p { color: rgb(255,219,2); }
H1.HeaderClassName
{
color: #FFDB02;
}
.AnyTagClassName
{
color: #FFDB02;
}
</style>
background-color css
<style>
a { background-color: #FFDB02; }
a { background-color: rgb(255,219,2); }
div.DivClassName
{
background-color: #FFDB02;
}
.BgClassName
{
background-color: #FFDB02;
}
</style>
border-color css
<style>
span { border-color: #FFDB02; }
span { border-color: rgb(255,219,2); }
td.TdClassName
{
border-color: #FFDB02;
}
.TagClassName
{
border-color: #FFDB02;
}
</style>