Shades of School Bus Yellow #FFDB07
Tints of School Bus Yellow #FFDB07
RGB
CMYK
RGB Variations
Color information
#FFDB07 (or 0xFFDB07) is known color: School Bus Yellow. HEX triplet: FF, DB and 07. RGB value is (255,219,7). Sum of RGB (Red+Green+Blue) = 255+219+7=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 7 (3.12% from 255 or 1.46% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDB07 is #0024F8. Grayscale: #CECECE. Windows color (decimal): -9465 or 515071. OLE color: 515071.
HSL color Cylindrical-coordinate representation of color #FFDB07: hue angle of 51.29º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FFDB07 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 7 | - |
| CMYK | 0 | 0.14 | 0.97 | 0 |
| HSL | 51.29º | 1% | 0.51% | - |
| HSV(B) | 51.29º | 0.97% | 1% | - |
| XYZ | 66.61 | 71.94 | 10.58 | - |
| YUV | 205.6 | 15.93 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 7 | 0 | 0.14 | 0.97 | 0 | 51.29 | 1 | 0.51 |
| Hex | FF | DB | 7 | 0 | E | 61 | 0 | 33 | 64 | 33 |
| Octal | 377 | 333 | 7 | 0 | 16 | 141 | 0 | 63 | 144 | 63 |
| Binary | 11111111 | 11011011 | 111 | 0 | 1110 | 1100001 | 0 | 110011 | 1100100 | 110011 |
Color Harmonies of #FFDB07
Complementary color
Monochromatic Colors of #FFDB07
Black with #FFDB07
Text Example
Text Example
White with #FFDB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB07; }
p { color: rgb(255,219,7); }
H1.HeaderClassName
{
color: #FFDB07;
}
.AnyTagClassName
{
color: #FFDB07;
}
</style>
background-color css
<style>
a { background-color: #FFDB07; }
a { background-color: rgb(255,219,7); }
div.DivClassName
{
background-color: #FFDB07;
}
.BgClassName
{
background-color: #FFDB07;
}
</style>
border-color css
<style>
span { border-color: #FFDB07; }
span { border-color: rgb(255,219,7); }
td.TdClassName
{
border-color: #FFDB07;
}
.TagClassName
{
border-color: #FFDB07;
}
</style>