Shades of School Bus Yellow #FDD910
Tints of School Bus Yellow #FDD910
RGB
CMYK
RGB Variations
Color information
#FDD910 (or 0xFDD910) is known color: School Bus Yellow. HEX triplet: FD, D9 and 10. RGB value is (253,217,16). Sum of RGB (Red+Green+Blue) = 253+217+16=486 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.06% from 486); Green value is 217 (85.16% from 255 or 44.65% from 486); Blue value is 16 (6.64% from 255 or 3.29% from 486); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD910 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD910 is #0226EF. Grayscale: #CDCDCD. Windows color (decimal): -141040 or 1104381. OLE color: 1104381.
HSL color Cylindrical-coordinate representation of color #FDD910: hue angle of 50.89º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FDD910 is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 16 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.01 |
| HSL | 50.89º | 0.98% | 0.53% | - |
| HSV(B) | 50.89º | 0.94% | 0.99% | - |
| XYZ | 65.41 | 70.55 | 10.66 | - |
| YUV | 204.85 | 21.43 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 16 | 0 | 0.14 | 0.94 | 0.01 | 50.89 | 0.98 | 0.53 |
| Hex | FD | D9 | 10 | 0 | E | 5E | 1 | 33 | 62 | 35 |
| Octal | 375 | 331 | 20 | 0 | 16 | 136 | 1 | 63 | 142 | 65 |
| Binary | 11111101 | 11011001 | 10000 | 0 | 1110 | 1011110 | 1 | 110011 | 1100010 | 110101 |
Color Harmonies of #FDD910
Complementary color
Monochromatic Colors of #FDD910
Black with #FDD910
Text Example
Text Example
White with #FDD910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD910; }
p { color: rgb(253,217,16); }
H1.HeaderClassName
{
color: #FDD910;
}
.AnyTagClassName
{
color: #FDD910;
}
</style>
background-color css
<style>
a { background-color: #FDD910; }
a { background-color: rgb(253,217,16); }
div.DivClassName
{
background-color: #FDD910;
}
.BgClassName
{
background-color: #FDD910;
}
</style>
border-color css
<style>
span { border-color: #FDD910; }
span { border-color: rgb(253,217,16); }
td.TdClassName
{
border-color: #FDD910;
}
.TagClassName
{
border-color: #FDD910;
}
</style>