Shades of School Bus Yellow #FFDB04
Tints of School Bus Yellow #FFDB04
RGB
CMYK
RGB Variations
Color information
#FFDB04 (or 0xFFDB04) is known color: School Bus Yellow. HEX triplet: FF, DB and 04. RGB value is (255,219,4). Sum of RGB (Red+Green+Blue) = 255+219+4=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 4 (1.95% from 255 or 0.84% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDB04 is #0024FB. Grayscale: #CECECE. Windows color (decimal): -9468 or 318463. OLE color: 318463.
HSL color Cylindrical-coordinate representation of color #FFDB04: hue angle of 51.39º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FFDB04 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 4 | - |
| CMYK | 0 | 0.14 | 0.98 | 0 |
| HSL | 51.39º | 1% | 0.51% | - |
| HSV(B) | 51.39º | 0.98% | 1% | - |
| XYZ | 66.59 | 71.93 | 10.49 | - |
| YUV | 205.25 | 14.43 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 4 | 0 | 0.14 | 0.98 | 0 | 51.39 | 1 | 0.51 |
| Hex | FF | DB | 4 | 0 | E | 62 | 0 | 33 | 64 | 33 |
| Octal | 377 | 333 | 4 | 0 | 16 | 142 | 0 | 63 | 144 | 63 |
| Binary | 11111111 | 11011011 | 100 | 0 | 1110 | 1100010 | 0 | 110011 | 1100100 | 110011 |
Color Harmonies of #FFDB04
Complementary color
Monochromatic Colors of #FFDB04
Black with #FFDB04
Text Example
Text Example
White with #FFDB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB04; }
p { color: rgb(255,219,4); }
H1.HeaderClassName
{
color: #FFDB04;
}
.AnyTagClassName
{
color: #FFDB04;
}
</style>
background-color css
<style>
a { background-color: #FFDB04; }
a { background-color: rgb(255,219,4); }
div.DivClassName
{
background-color: #FFDB04;
}
.BgClassName
{
background-color: #FFDB04;
}
</style>
border-color css
<style>
span { border-color: #FFDB04; }
span { border-color: rgb(255,219,4); }
td.TdClassName
{
border-color: #FFDB04;
}
.TagClassName
{
border-color: #FFDB04;
}
</style>