Shades of School Bus Yellow #FFD80F
Tints of School Bus Yellow #FFD80F
RGB
CMYK
RGB Variations
Color information
#FFD80F (or 0xFFD80F) is known color: School Bus Yellow. HEX triplet: FF, D8 and 0F. RGB value is (255,216,15). Sum of RGB (Red+Green+Blue) = 255+216+15=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 216 (84.77% from 255 or 44.44% from 486); Blue value is 15 (6.25% from 255 or 3.09% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD80F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD80F is #0027F0. Grayscale: #CDCDCD. Windows color (decimal): -10225 or 1038591. OLE color: 1038591.
HSL color Cylindrical-coordinate representation of color #FFD80F: hue angle of 50.25º 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 #FFD80F is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 15 | - |
| CMYK | 0 | 0.15 | 0.94 | 0 |
| HSL | 50.25º | 1% | 0.53% | - |
| HSV(B) | 50.25º | 0.94% | 1% | - |
| XYZ | 65.88 | 70.41 | 10.57 | - |
| YUV | 204.75 | 20.92 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 15 | 0 | 0.15 | 0.94 | 0 | 50.25 | 1 | 0.53 |
| Hex | FF | D8 | F | 0 | F | 5E | 0 | 32 | 64 | 35 |
| Octal | 377 | 330 | 17 | 0 | 17 | 136 | 0 | 62 | 144 | 65 |
| Binary | 11111111 | 11011000 | 1111 | 0 | 1111 | 1011110 | 0 | 110010 | 1100100 | 110101 |
Color Harmonies of #FFD80F
Complementary color
Monochromatic Colors of #FFD80F
Black with #FFD80F
Text Example
Text Example
White with #FFD80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD80F; }
p { color: rgb(255,216,15); }
H1.HeaderClassName
{
color: #FFD80F;
}
.AnyTagClassName
{
color: #FFD80F;
}
</style>
background-color css
<style>
a { background-color: #FFD80F; }
a { background-color: rgb(255,216,15); }
div.DivClassName
{
background-color: #FFD80F;
}
.BgClassName
{
background-color: #FFD80F;
}
</style>
border-color css
<style>
span { border-color: #FFD80F; }
span { border-color: rgb(255,216,15); }
td.TdClassName
{
border-color: #FFD80F;
}
.TagClassName
{
border-color: #FFD80F;
}
</style>