Shades of School Bus Yellow #FFDB08
Tints of School Bus Yellow #FFDB08
RGB
CMYK
RGB Variations
Color information
#FFDB08 (or 0xFFDB08) is known color: School Bus Yellow. HEX triplet: FF, DB and 08. RGB value is (255,219,8). Sum of RGB (Red+Green+Blue) = 255+219+8=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 8 (3.52% from 255 or 1.66% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDB08 is #0024F7. Grayscale: #CECECE. Windows color (decimal): -9464 or 580607. OLE color: 580607.
HSL color Cylindrical-coordinate representation of color #FFDB08: hue angle of 51.26º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FFDB08 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 8 | - |
| CMYK | 0 | 0.14 | 0.97 | 0 |
| HSL | 51.26º | 1% | 0.52% | - |
| HSV(B) | 51.26º | 0.97% | 1% | - |
| XYZ | 66.62 | 71.94 | 10.6 | - |
| YUV | 205.71 | 16.43 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 8 | 0 | 0.14 | 0.97 | 0 | 51.26 | 1 | 0.52 |
| Hex | FF | DB | 8 | 0 | E | 61 | 0 | 33 | 64 | 34 |
| Octal | 377 | 333 | 10 | 0 | 16 | 141 | 0 | 63 | 144 | 64 |
| Binary | 11111111 | 11011011 | 1000 | 0 | 1110 | 1100001 | 0 | 110011 | 1100100 | 110100 |
Color Harmonies of #FFDB08
Complementary color
Monochromatic Colors of #FFDB08
Black with #FFDB08
Text Example
Text Example
White with #FFDB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB08; }
p { color: rgb(255,219,8); }
H1.HeaderClassName
{
color: #FFDB08;
}
.AnyTagClassName
{
color: #FFDB08;
}
</style>
background-color css
<style>
a { background-color: #FFDB08; }
a { background-color: rgb(255,219,8); }
div.DivClassName
{
background-color: #FFDB08;
}
.BgClassName
{
background-color: #FFDB08;
}
</style>
border-color css
<style>
span { border-color: #FFDB08; }
span { border-color: rgb(255,219,8); }
td.TdClassName
{
border-color: #FFDB08;
}
.TagClassName
{
border-color: #FFDB08;
}
</style>