Shades of School Bus Yellow #FDDA0A
Tints of School Bus Yellow #FDDA0A
RGB
CMYK
RGB Variations
Color information
#FDDA0A (or 0xFDDA0A) is known color: School Bus Yellow. HEX triplet: FD, DA and 0A. RGB value is (253,218,10). Sum of RGB (Red+Green+Blue) = 253+218+10=481 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.60% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 10 (4.30% from 255 or 2.08% from 481); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDA0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDA0A is #0225F5. Grayscale: #CDCDCD. Windows color (decimal): -140790 or 711421. OLE color: 711421.
HSL color Cylindrical-coordinate representation of color #FDDA0A: hue angle of 51.36º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FDDA0A is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 218 | 10 | - |
| CMYK | 0 | 0.14 | 0.96 | 0.01 |
| HSL | 51.36º | 0.98% | 0.52% | - |
| HSV(B) | 51.36º | 0.96% | 0.99% | - |
| XYZ | 65.63 | 71.05 | 10.54 | - |
| YUV | 204.75 | 18.1 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 218 | 10 | 0 | 0.14 | 0.96 | 0.01 | 51.36 | 0.98 | 0.52 |
| Hex | FD | DA | A | 0 | E | 60 | 1 | 33 | 62 | 34 |
| Octal | 375 | 332 | 12 | 0 | 16 | 140 | 1 | 63 | 142 | 64 |
| Binary | 11111101 | 11011010 | 1010 | 0 | 1110 | 1100000 | 1 | 110011 | 1100010 | 110100 |
Color Harmonies of #FDDA0A
Complementary color
Monochromatic Colors of #FDDA0A
Black with #FDDA0A
Text Example
Text Example
White with #FDDA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDA0A; }
p { color: rgb(253,218,10); }
H1.HeaderClassName
{
color: #FDDA0A;
}
.AnyTagClassName
{
color: #FDDA0A;
}
</style>
background-color css
<style>
a { background-color: #FDDA0A; }
a { background-color: rgb(253,218,10); }
div.DivClassName
{
background-color: #FDDA0A;
}
.BgClassName
{
background-color: #FDDA0A;
}
</style>
border-color css
<style>
span { border-color: #FDDA0A; }
span { border-color: rgb(253,218,10); }
td.TdClassName
{
border-color: #FDDA0A;
}
.TagClassName
{
border-color: #FDDA0A;
}
</style>