Shades of School Bus Yellow #FDDA0B
Tints of School Bus Yellow #FDDA0B
RGB
CMYK
RGB Variations
Color information
#FDDA0B (or 0xFDDA0B) is known color: School Bus Yellow. HEX triplet: FD, DA and 0B. RGB value is (253,218,11). Sum of RGB (Red+Green+Blue) = 253+218+11=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 218 (85.55% from 255 or 45.23% from 482); Blue value is 11 (4.69% from 255 or 2.28% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDA0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDA0B is #0225F4. Grayscale: #CDCDCD. Windows color (decimal): -140789 or 776957. OLE color: 776957.
HSL color Cylindrical-coordinate representation of color #FDDA0B: hue angle of 51.32º 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 #FDDA0B is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 218 | 11 | - |
| CMYK | 0 | 0.14 | 0.96 | 0.01 |
| HSL | 51.32º | 0.98% | 0.52% | - |
| HSV(B) | 51.32º | 0.96% | 0.99% | - |
| XYZ | 65.64 | 71.05 | 10.57 | - |
| YUV | 204.87 | 18.6 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 218 | 11 | 0 | 0.14 | 0.96 | 0.01 | 51.32 | 0.98 | 0.52 |
| Hex | FD | DA | B | 0 | E | 60 | 1 | 33 | 62 | 34 |
| Octal | 375 | 332 | 13 | 0 | 16 | 140 | 1 | 63 | 142 | 64 |
| Binary | 11111101 | 11011010 | 1011 | 0 | 1110 | 1100000 | 1 | 110011 | 1100010 | 110100 |
Color Harmonies of #FDDA0B
Complementary color
Monochromatic Colors of #FDDA0B
Black with #FDDA0B
Text Example
Text Example
White with #FDDA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDA0B; }
p { color: rgb(253,218,11); }
H1.HeaderClassName
{
color: #FDDA0B;
}
.AnyTagClassName
{
color: #FDDA0B;
}
</style>
background-color css
<style>
a { background-color: #FDDA0B; }
a { background-color: rgb(253,218,11); }
div.DivClassName
{
background-color: #FDDA0B;
}
.BgClassName
{
background-color: #FDDA0B;
}
</style>
border-color css
<style>
span { border-color: #FDDA0B; }
span { border-color: rgb(253,218,11); }
td.TdClassName
{
border-color: #FDDA0B;
}
.TagClassName
{
border-color: #FDDA0B;
}
</style>