Shades of School Bus Yellow #FDD80D
Tints of School Bus Yellow #FDD80D
RGB
CMYK
RGB Variations
Color information
#FDD80D (or 0xFDD80D) is known color: School Bus Yellow. HEX triplet: FD, D8 and 0D. RGB value is (253,216,13). Sum of RGB (Red+Green+Blue) = 253+216+13=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 216 (84.77% from 255 or 44.81% from 482); Blue value is 13 (5.47% from 255 or 2.70% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD80D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD80D is #0227F2. Grayscale: #CCCCCC. Windows color (decimal): -141299 or 907517. OLE color: 907517.
HSL color Cylindrical-coordinate representation of color #FDD80D: hue angle of 50.75º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FDD80D is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 13 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.01 |
| HSL | 50.75º | 0.98% | 0.52% | - |
| HSV(B) | 50.75º | 0.95% | 0.99% | - |
| XYZ | 65.14 | 70.02 | 10.46 | - |
| YUV | 203.92 | 20.26 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 13 | 0 | 0.15 | 0.95 | 0.01 | 50.75 | 0.98 | 0.52 |
| Hex | FD | D8 | D | 0 | F | 5F | 1 | 33 | 62 | 34 |
| Octal | 375 | 330 | 15 | 0 | 17 | 137 | 1 | 63 | 142 | 64 |
| Binary | 11111101 | 11011000 | 1101 | 0 | 1111 | 1011111 | 1 | 110011 | 1100010 | 110100 |
Color Harmonies of #FDD80D
Complementary color
Monochromatic Colors of #FDD80D
Black with #FDD80D
Text Example
Text Example
White with #FDD80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD80D; }
p { color: rgb(253,216,13); }
H1.HeaderClassName
{
color: #FDD80D;
}
.AnyTagClassName
{
color: #FDD80D;
}
</style>
background-color css
<style>
a { background-color: #FDD80D; }
a { background-color: rgb(253,216,13); }
div.DivClassName
{
background-color: #FDD80D;
}
.BgClassName
{
background-color: #FDD80D;
}
</style>
border-color css
<style>
span { border-color: #FDD80D; }
span { border-color: rgb(253,216,13); }
td.TdClassName
{
border-color: #FDD80D;
}
.TagClassName
{
border-color: #FDD80D;
}
</style>