Shades of School Bus Yellow #FCDB08
Tints of School Bus Yellow #FCDB08
RGB
CMYK
RGB Variations
Color information
#FCDB08 (or 0xFCDB08) is known color: School Bus Yellow. HEX triplet: FC, DB and 08. RGB value is (252,219,8). Sum of RGB (Red+Green+Blue) = 252+219+8=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 8 (3.52% from 255 or 1.67% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDB08 is #0324F7. Grayscale: #CDCDCD. Windows color (decimal): -206072 or 580604. OLE color: 580604.
HSL color Cylindrical-coordinate representation of color #FCDB08: hue angle of 51.89º 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 #FCDB08 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 8 | - |
| CMYK | 0 | 0.13 | 0.97 | 0.01 |
| HSL | 51.89º | 0.98% | 0.51% | - |
| HSV(B) | 51.89º | 0.97% | 0.99% | - |
| XYZ | 65.52 | 71.38 | 10.55 | - |
| YUV | 204.81 | 16.93 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 8 | 0 | 0.13 | 0.97 | 0.01 | 51.89 | 0.98 | 0.51 |
| Hex | FC | DB | 8 | 0 | D | 61 | 1 | 34 | 62 | 33 |
| Octal | 374 | 333 | 10 | 0 | 15 | 141 | 1 | 64 | 142 | 63 |
| Binary | 11111100 | 11011011 | 1000 | 0 | 1101 | 1100001 | 1 | 110100 | 1100010 | 110011 |
Color Harmonies of #FCDB08
Complementary color
Monochromatic Colors of #FCDB08
Black with #FCDB08
Text Example
Text Example
White with #FCDB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDB08; }
p { color: rgb(252,219,8); }
H1.HeaderClassName
{
color: #FCDB08;
}
.AnyTagClassName
{
color: #FCDB08;
}
</style>
background-color css
<style>
a { background-color: #FCDB08; }
a { background-color: rgb(252,219,8); }
div.DivClassName
{
background-color: #FCDB08;
}
.BgClassName
{
background-color: #FCDB08;
}
</style>
border-color css
<style>
span { border-color: #FCDB08; }
span { border-color: rgb(252,219,8); }
td.TdClassName
{
border-color: #FCDB08;
}
.TagClassName
{
border-color: #FCDB08;
}
</style>