Shades of School Bus Yellow #FDD903
Tints of School Bus Yellow #FDD903
RGB
CMYK
RGB Variations
Color information
#FDD903 (or 0xFDD903) is known color: School Bus Yellow. HEX triplet: FD, D9 and 03. RGB value is (253,217,3). Sum of RGB (Red+Green+Blue) = 253+217+3=473 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.49% from 473); Green value is 217 (85.16% from 255 or 45.88% from 473); Blue value is 3 (1.56% from 255 or 0.63% from 473); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD903 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD903 is #0226FC. Grayscale: #CCCCCC. Windows color (decimal): -141053 or 252413. OLE color: 252413.
HSL color Cylindrical-coordinate representation of color #FDD903: hue angle of 51.36º 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 #FDD903 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 3 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.01 |
| HSL | 51.36º | 0.98% | 0.5% | - |
| HSV(B) | 51.36º | 0.99% | 0.99% | - |
| XYZ | 65.34 | 70.51 | 10.25 | - |
| YUV | 203.37 | 14.93 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 3 | 0 | 0.14 | 0.99 | 0.01 | 51.36 | 0.98 | 0.5 |
| Hex | FD | D9 | 3 | 0 | E | 63 | 1 | 33 | 62 | 32 |
| Octal | 375 | 331 | 3 | 0 | 16 | 143 | 1 | 63 | 142 | 62 |
| Binary | 11111101 | 11011001 | 11 | 0 | 1110 | 1100011 | 1 | 110011 | 1100010 | 110010 |
Color Harmonies of #FDD903
Complementary color
Monochromatic Colors of #FDD903
Black with #FDD903
Text Example
Text Example
White with #FDD903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD903; }
p { color: rgb(253,217,3); }
H1.HeaderClassName
{
color: #FDD903;
}
.AnyTagClassName
{
color: #FDD903;
}
</style>
background-color css
<style>
a { background-color: #FDD903; }
a { background-color: rgb(253,217,3); }
div.DivClassName
{
background-color: #FDD903;
}
.BgClassName
{
background-color: #FDD903;
}
</style>
border-color css
<style>
span { border-color: #FDD903; }
span { border-color: rgb(253,217,3); }
td.TdClassName
{
border-color: #FDD903;
}
.TagClassName
{
border-color: #FDD903;
}
</style>