Shades of School Bus Yellow #FDDB08
Tints of School Bus Yellow #FDDB08
RGB
CMYK
RGB Variations
Color information
#FDDB08 (or 0xFDDB08) is known color: School Bus Yellow. HEX triplet: FD, DB and 08. RGB value is (253,219,8). Sum of RGB (Red+Green+Blue) = 253+219+8=480 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.71% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 8 (3.52% from 255 or 1.67% from 480); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDB08 is #0224F7. Grayscale: #CDCDCD. Windows color (decimal): -140536 or 580605. OLE color: 580605.
HSL color Cylindrical-coordinate representation of color #FDDB08: hue angle of 51.67º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FDDB08 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 219 | 8 | - |
| CMYK | 0 | 0.13 | 0.97 | 0.01 |
| HSL | 51.67º | 0.98% | 0.51% | - |
| HSV(B) | 51.67º | 0.97% | 0.99% | - |
| XYZ | 65.88 | 71.56 | 10.57 | - |
| YUV | 205.11 | 16.76 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 219 | 8 | 0 | 0.13 | 0.97 | 0.01 | 51.67 | 0.98 | 0.51 |
| Hex | FD | DB | 8 | 0 | D | 61 | 1 | 34 | 62 | 33 |
| Octal | 375 | 333 | 10 | 0 | 15 | 141 | 1 | 64 | 142 | 63 |
| Binary | 11111101 | 11011011 | 1000 | 0 | 1101 | 1100001 | 1 | 110100 | 1100010 | 110011 |
Color Harmonies of #FDDB08
Complementary color
Monochromatic Colors of #FDDB08
Black with #FDDB08
Text Example
Text Example
White with #FDDB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDB08; }
p { color: rgb(253,219,8); }
H1.HeaderClassName
{
color: #FDDB08;
}
.AnyTagClassName
{
color: #FDDB08;
}
</style>
background-color css
<style>
a { background-color: #FDDB08; }
a { background-color: rgb(253,219,8); }
div.DivClassName
{
background-color: #FDDB08;
}
.BgClassName
{
background-color: #FDDB08;
}
</style>
border-color css
<style>
span { border-color: #FDDB08; }
span { border-color: rgb(253,219,8); }
td.TdClassName
{
border-color: #FDDB08;
}
.TagClassName
{
border-color: #FDDB08;
}
</style>