Shades of School Bus Yellow #FDD811
Tints of School Bus Yellow #FDD811
RGB
CMYK
RGB Variations
Color information
#FDD811 (or 0xFDD811) is known color: School Bus Yellow. HEX triplet: FD, D8 and 11. RGB value is (253,216,17). Sum of RGB (Red+Green+Blue) = 253+216+17=486 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.06% from 486); Green value is 216 (84.77% from 255 or 44.44% from 486); Blue value is 17 (7.03% from 255 or 3.50% from 486); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD811 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD811 is #0227EE. Grayscale: #CDCDCD. Windows color (decimal): -141295 or 1169661. OLE color: 1169661.
HSL color Cylindrical-coordinate representation of color #FDD811: hue angle of 50.59º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FDD811 is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 17 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.01 |
| HSL | 50.59º | 0.98% | 0.53% | - |
| HSV(B) | 50.59º | 0.93% | 0.99% | - |
| XYZ | 65.17 | 70.03 | 10.61 | - |
| YUV | 204.38 | 22.26 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 17 | 0 | 0.15 | 0.93 | 0.01 | 50.59 | 0.98 | 0.53 |
| Hex | FD | D8 | 11 | 0 | F | 5D | 1 | 33 | 62 | 35 |
| Octal | 375 | 330 | 21 | 0 | 17 | 135 | 1 | 63 | 142 | 65 |
| Binary | 11111101 | 11011000 | 10001 | 0 | 1111 | 1011101 | 1 | 110011 | 1100010 | 110101 |
Color Harmonies of #FDD811
Complementary color
Monochromatic Colors of #FDD811
Black with #FDD811
Text Example
Text Example
White with #FDD811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD811; }
p { color: rgb(253,216,17); }
H1.HeaderClassName
{
color: #FDD811;
}
.AnyTagClassName
{
color: #FDD811;
}
</style>
background-color css
<style>
a { background-color: #FDD811; }
a { background-color: rgb(253,216,17); }
div.DivClassName
{
background-color: #FDD811;
}
.BgClassName
{
background-color: #FDD811;
}
</style>
border-color css
<style>
span { border-color: #FDD811; }
span { border-color: rgb(253,216,17); }
td.TdClassName
{
border-color: #FDD811;
}
.TagClassName
{
border-color: #FDD811;
}
</style>