Shades of School Bus Yellow #FDDA00
Tints of School Bus Yellow #FDDA00
RGB
CMYK
RGB Variations
Color information
#FDDA00 (or 0xFDDA00) is known color: School Bus Yellow. HEX triplet: FD, DA and 00. RGB value is (253,218,0). Sum of RGB (Red+Green+Blue) = 253+218+0=471 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.72% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 0 (0.39% from 255 or 0% from 471); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDA00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDA00 is #0225FF. Grayscale: #CCCCCC. Windows color (decimal): -140800 or 56061. OLE color: 56061.
HSL color Cylindrical-coordinate representation of color #FDDA00: hue angle of 51.7º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FDDA00 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 218 | 0 | - |
| CMYK | 0 | 0.14 | 1 | 0.01 |
| HSL | 51.7º | 1% | 0.5% | - |
| HSV(B) | 51.7º | 1% | 0.99% | - |
| XYZ | 65.58 | 71.03 | 10.25 | - |
| YUV | 203.61 | 13.1 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 218 | 0 | 0 | 0.14 | 1 | 0.01 | 51.7 | 1 | 0.5 |
| Hex | FD | DA | 0 | 0 | E | 64 | 1 | 34 | 64 | 32 |
| Octal | 375 | 332 | 0 | 0 | 16 | 144 | 1 | 64 | 144 | 62 |
| Binary | 11111101 | 11011010 | 0 | 0 | 1110 | 1100100 | 1 | 110100 | 1100100 | 110010 |
Color Harmonies of #FDDA00
Complementary color
Monochromatic Colors of #FDDA00
Black with #FDDA00
Text Example
Text Example
White with #FDDA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDA00; }
p { color: rgb(253,218,0); }
H1.HeaderClassName
{
color: #FDDA00;
}
.AnyTagClassName
{
color: #FDDA00;
}
</style>
background-color css
<style>
a { background-color: #FDDA00; }
a { background-color: rgb(253,218,0); }
div.DivClassName
{
background-color: #FDDA00;
}
.BgClassName
{
background-color: #FDDA00;
}
</style>
border-color css
<style>
span { border-color: #FDDA00; }
span { border-color: rgb(253,218,0); }
td.TdClassName
{
border-color: #FDDA00;
}
.TagClassName
{
border-color: #FDDA00;
}
</style>