Shades of School Bus Yellow #FDDA03
Tints of School Bus Yellow #FDDA03
RGB
CMYK
RGB Variations
Color information
#FDDA03 (or 0xFDDA03) is known color: School Bus Yellow. HEX triplet: FD, DA and 03. RGB value is (253,218,3). Sum of RGB (Red+Green+Blue) = 253+218+3=474 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.38% from 474); Green value is 218 (85.55% from 255 or 45.99% from 474); Blue value is 3 (1.56% from 255 or 0.63% from 474); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDA03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDA03 is #0225FC. Grayscale: #CCCCCC. Windows color (decimal): -140797 or 252669. OLE color: 252669.
HSL color Cylindrical-coordinate representation of color #FDDA03: hue angle of 51.6º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FDDA03 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 218 | 3 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.01 |
| HSL | 51.6º | 0.98% | 0.5% | - |
| HSV(B) | 51.6º | 0.99% | 0.99% | - |
| XYZ | 65.6 | 71.03 | 10.34 | - |
| YUV | 203.96 | 14.6 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 218 | 3 | 0 | 0.14 | 0.99 | 0.01 | 51.6 | 0.98 | 0.5 |
| Hex | FD | DA | 3 | 0 | E | 63 | 1 | 34 | 62 | 32 |
| Octal | 375 | 332 | 3 | 0 | 16 | 143 | 1 | 64 | 142 | 62 |
| Binary | 11111101 | 11011010 | 11 | 0 | 1110 | 1100011 | 1 | 110100 | 1100010 | 110010 |
Color Harmonies of #FDDA03
Complementary color
Monochromatic Colors of #FDDA03
Black with #FDDA03
Text Example
Text Example
White with #FDDA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDA03; }
p { color: rgb(253,218,3); }
H1.HeaderClassName
{
color: #FDDA03;
}
.AnyTagClassName
{
color: #FDDA03;
}
</style>
background-color css
<style>
a { background-color: #FDDA03; }
a { background-color: rgb(253,218,3); }
div.DivClassName
{
background-color: #FDDA03;
}
.BgClassName
{
background-color: #FDDA03;
}
</style>
border-color css
<style>
span { border-color: #FDDA03; }
span { border-color: rgb(253,218,3); }
td.TdClassName
{
border-color: #FDDA03;
}
.TagClassName
{
border-color: #FDDA03;
}
</style>