Shades of School Bus Yellow #FDD90C
Tints of School Bus Yellow #FDD90C
RGB
CMYK
RGB Variations
Color information
#FDD90C (or 0xFDD90C) is known color: School Bus Yellow. HEX triplet: FD, D9 and 0C. RGB value is (253,217,12). Sum of RGB (Red+Green+Blue) = 253+217+12=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 217 (85.16% from 255 or 45.02% from 482); Blue value is 12 (5.08% from 255 or 2.49% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD90C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD90C is #0226F3. Grayscale: #CDCDCD. Windows color (decimal): -141044 or 842237. OLE color: 842237.
HSL color Cylindrical-coordinate representation of color #FDD90C: hue angle of 51.04º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FDD90C is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 12 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.01 |
| HSL | 51.04º | 0.98% | 0.52% | - |
| HSV(B) | 51.04º | 0.95% | 0.99% | - |
| XYZ | 65.39 | 70.53 | 10.52 | - |
| YUV | 204.39 | 19.43 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 12 | 0 | 0.14 | 0.95 | 0.01 | 51.04 | 0.98 | 0.52 |
| Hex | FD | D9 | C | 0 | E | 5F | 1 | 33 | 62 | 34 |
| Octal | 375 | 331 | 14 | 0 | 16 | 137 | 1 | 63 | 142 | 64 |
| Binary | 11111101 | 11011001 | 1100 | 0 | 1110 | 1011111 | 1 | 110011 | 1100010 | 110100 |
Color Harmonies of #FDD90C
Complementary color
Monochromatic Colors of #FDD90C
Black with #FDD90C
Text Example
Text Example
White with #FDD90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD90C; }
p { color: rgb(253,217,12); }
H1.HeaderClassName
{
color: #FDD90C;
}
.AnyTagClassName
{
color: #FDD90C;
}
</style>
background-color css
<style>
a { background-color: #FDD90C; }
a { background-color: rgb(253,217,12); }
div.DivClassName
{
background-color: #FDD90C;
}
.BgClassName
{
background-color: #FDD90C;
}
</style>
border-color css
<style>
span { border-color: #FDD90C; }
span { border-color: rgb(253,217,12); }
td.TdClassName
{
border-color: #FDD90C;
}
.TagClassName
{
border-color: #FDD90C;
}
</style>