Shades of School Bus Yellow #FCDB00
Tints of School Bus Yellow #FCDB00
RGB
CMYK
RGB Variations
Color information
#FCDB00 (or 0xFCDB00) is known color: School Bus Yellow. HEX triplet: FC, DB and 00. RGB value is (252,219,0). Sum of RGB (Red+Green+Blue) = 252+219+0=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 0 (0.39% from 255 or 0% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDB00 is #0324FF. Grayscale: #CCCCCC. Windows color (decimal): -206080 or 56316. OLE color: 56316.
HSL color Cylindrical-coordinate representation of color #FCDB00: hue angle of 52.14º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FCDB00 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.01 |
| HSL | 52.14º | 1% | 0.49% | - |
| HSV(B) | 52.14º | 1% | 0.99% | - |
| XYZ | 65.48 | 71.36 | 10.32 | - |
| YUV | 203.9 | 12.93 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 0 | 0 | 0.13 | 1 | 0.01 | 52.14 | 1 | 0.49 |
| Hex | FC | DB | 0 | 0 | D | 64 | 1 | 34 | 64 | 31 |
| Octal | 374 | 333 | 0 | 0 | 15 | 144 | 1 | 64 | 144 | 61 |
| Binary | 11111100 | 11011011 | 0 | 0 | 1101 | 1100100 | 1 | 110100 | 1100100 | 110001 |
Color Harmonies of #FCDB00
Complementary color
Monochromatic Colors of #FCDB00
Black with #FCDB00
Text Example
Text Example
White with #FCDB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDB00; }
p { color: rgb(252,219,0); }
H1.HeaderClassName
{
color: #FCDB00;
}
.AnyTagClassName
{
color: #FCDB00;
}
</style>
background-color css
<style>
a { background-color: #FCDB00; }
a { background-color: rgb(252,219,0); }
div.DivClassName
{
background-color: #FCDB00;
}
.BgClassName
{
background-color: #FCDB00;
}
</style>
border-color css
<style>
span { border-color: #FCDB00; }
span { border-color: rgb(252,219,0); }
td.TdClassName
{
border-color: #FCDB00;
}
.TagClassName
{
border-color: #FCDB00;
}
</style>