Shades of School Bus Yellow #FDD80C
Tints of School Bus Yellow #FDD80C
RGB
CMYK
RGB Variations
Color information
#FDD80C (or 0xFDD80C) is known color: School Bus Yellow. HEX triplet: FD, D8 and 0C. RGB value is (253,216,12). Sum of RGB (Red+Green+Blue) = 253+216+12=481 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.60% from 481); Green value is 216 (84.77% from 255 or 44.91% from 481); Blue value is 12 (5.08% from 255 or 2.49% from 481); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD80C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD80C is #0227F3. Grayscale: #CCCCCC. Windows color (decimal): -141300 or 841981. OLE color: 841981.
HSL color Cylindrical-coordinate representation of color #FDD80C: hue angle of 50.79º 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 #FDD80C is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 12 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.01 |
| HSL | 50.79º | 0.98% | 0.52% | - |
| HSV(B) | 50.79º | 0.95% | 0.99% | - |
| XYZ | 65.13 | 70.02 | 10.43 | - |
| YUV | 203.81 | 19.76 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 12 | 0 | 0.15 | 0.95 | 0.01 | 50.79 | 0.98 | 0.52 |
| Hex | FD | D8 | C | 0 | F | 5F | 1 | 33 | 62 | 34 |
| Octal | 375 | 330 | 14 | 0 | 17 | 137 | 1 | 63 | 142 | 64 |
| Binary | 11111101 | 11011000 | 1100 | 0 | 1111 | 1011111 | 1 | 110011 | 1100010 | 110100 |
Color Harmonies of #FDD80C
Complementary color
Monochromatic Colors of #FDD80C
Black with #FDD80C
Text Example
Text Example
White with #FDD80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD80C; }
p { color: rgb(253,216,12); }
H1.HeaderClassName
{
color: #FDD80C;
}
.AnyTagClassName
{
color: #FDD80C;
}
</style>
background-color css
<style>
a { background-color: #FDD80C; }
a { background-color: rgb(253,216,12); }
div.DivClassName
{
background-color: #FDD80C;
}
.BgClassName
{
background-color: #FDD80C;
}
</style>
border-color css
<style>
span { border-color: #FDD80C; }
span { border-color: rgb(253,216,12); }
td.TdClassName
{
border-color: #FDD80C;
}
.TagClassName
{
border-color: #FDD80C;
}
</style>