Shades of School Bus Yellow #FFD90F
Tints of School Bus Yellow #FFD90F
RGB
CMYK
RGB Variations
Color information
#FFD90F (or 0xFFD90F) is known color: School Bus Yellow. HEX triplet: FF, D9 and 0F. RGB value is (255,217,15). Sum of RGB (Red+Green+Blue) = 255+217+15=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 217 (85.16% from 255 or 44.56% from 487); Blue value is 15 (6.25% from 255 or 3.08% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD90F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD90F is #0026F0. Grayscale: #CECECE. Windows color (decimal): -9969 or 1038847. OLE color: 1038847.
HSL color Cylindrical-coordinate representation of color #FFD90F: hue angle of 50.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FFD90F is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 15 | - |
| CMYK | 0 | 0.15 | 0.94 | 0 |
| HSL | 50.5º | 1% | 0.53% | - |
| HSV(B) | 50.5º | 0.94% | 1% | - |
| XYZ | 66.14 | 70.92 | 10.66 | - |
| YUV | 205.33 | 20.59 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 15 | 0 | 0.15 | 0.94 | 0 | 50.5 | 1 | 0.53 |
| Hex | FF | D9 | F | 0 | F | 5E | 0 | 32 | 64 | 35 |
| Octal | 377 | 331 | 17 | 0 | 17 | 136 | 0 | 62 | 144 | 65 |
| Binary | 11111111 | 11011001 | 1111 | 0 | 1111 | 1011110 | 0 | 110010 | 1100100 | 110101 |
Color Harmonies of #FFD90F
Complementary color
Monochromatic Colors of #FFD90F
Black with #FFD90F
Text Example
Text Example
White with #FFD90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD90F; }
p { color: rgb(255,217,15); }
H1.HeaderClassName
{
color: #FFD90F;
}
.AnyTagClassName
{
color: #FFD90F;
}
</style>
background-color css
<style>
a { background-color: #FFD90F; }
a { background-color: rgb(255,217,15); }
div.DivClassName
{
background-color: #FFD90F;
}
.BgClassName
{
background-color: #FFD90F;
}
</style>
border-color css
<style>
span { border-color: #FFD90F; }
span { border-color: rgb(255,217,15); }
td.TdClassName
{
border-color: #FFD90F;
}
.TagClassName
{
border-color: #FFD90F;
}
</style>