Shades of School Bus Yellow #FDD90F
Tints of School Bus Yellow #FDD90F
RGB
CMYK
RGB Variations
Color information
#FDD90F (or 0xFDD90F) is known color: School Bus Yellow. HEX triplet: FD, D9 and 0F. RGB value is (253,217,15). Sum of RGB (Red+Green+Blue) = 253+217+15=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 217 (85.16% from 255 or 44.74% from 485); Blue value is 15 (6.25% from 255 or 3.09% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD90F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD90F is #0226F0. Grayscale: #CDCDCD. Windows color (decimal): -141041 or 1038845. OLE color: 1038845.
HSL color Cylindrical-coordinate representation of color #FDD90F: hue angle of 50.92º 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 #FDD90F is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 15 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.01 |
| HSL | 50.92º | 0.98% | 0.53% | - |
| HSV(B) | 50.92º | 0.94% | 0.99% | - |
| XYZ | 65.41 | 70.54 | 10.62 | - |
| YUV | 204.74 | 20.93 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 15 | 0 | 0.14 | 0.94 | 0.01 | 50.92 | 0.98 | 0.53 |
| Hex | FD | D9 | F | 0 | E | 5E | 1 | 33 | 62 | 35 |
| Octal | 375 | 331 | 17 | 0 | 16 | 136 | 1 | 63 | 142 | 65 |
| Binary | 11111101 | 11011001 | 1111 | 0 | 1110 | 1011110 | 1 | 110011 | 1100010 | 110101 |
Color Harmonies of #FDD90F
Complementary color
Monochromatic Colors of #FDD90F
Black with #FDD90F
Text Example
Text Example
White with #FDD90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD90F; }
p { color: rgb(253,217,15); }
H1.HeaderClassName
{
color: #FDD90F;
}
.AnyTagClassName
{
color: #FDD90F;
}
</style>
background-color css
<style>
a { background-color: #FDD90F; }
a { background-color: rgb(253,217,15); }
div.DivClassName
{
background-color: #FDD90F;
}
.BgClassName
{
background-color: #FDD90F;
}
</style>
border-color css
<style>
span { border-color: #FDD90F; }
span { border-color: rgb(253,217,15); }
td.TdClassName
{
border-color: #FDD90F;
}
.TagClassName
{
border-color: #FDD90F;
}
</style>