Shades of School Bus Yellow #FCDB0A
Tints of School Bus Yellow #FCDB0A
RGB
CMYK
RGB Variations
Color information
#FCDB0A (or 0xFCDB0A) is known color: School Bus Yellow. HEX triplet: FC, DB and 0A. RGB value is (252,219,10). Sum of RGB (Red+Green+Blue) = 252+219+10=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 10 (4.30% from 255 or 2.08% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDB0A is #0324F5. Grayscale: #CDCDCD. Windows color (decimal): -206070 or 711676. OLE color: 711676.
HSL color Cylindrical-coordinate representation of color #FCDB0A: hue angle of 51.82º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FCDB0A is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 10 | - |
| CMYK | 0 | 0.13 | 0.96 | 0.01 |
| HSL | 51.82º | 0.98% | 0.51% | - |
| HSV(B) | 51.82º | 0.96% | 0.99% | - |
| XYZ | 65.53 | 71.38 | 10.61 | - |
| YUV | 205.04 | 17.93 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 10 | 0 | 0.13 | 0.96 | 0.01 | 51.82 | 0.98 | 0.51 |
| Hex | FC | DB | A | 0 | D | 60 | 1 | 34 | 62 | 33 |
| Octal | 374 | 333 | 12 | 0 | 15 | 140 | 1 | 64 | 142 | 63 |
| Binary | 11111100 | 11011011 | 1010 | 0 | 1101 | 1100000 | 1 | 110100 | 1100010 | 110011 |
Color Harmonies of #FCDB0A
Complementary color
Monochromatic Colors of #FCDB0A
Black with #FCDB0A
Text Example
Text Example
White with #FCDB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDB0A; }
p { color: rgb(252,219,10); }
H1.HeaderClassName
{
color: #FCDB0A;
}
.AnyTagClassName
{
color: #FCDB0A;
}
</style>
background-color css
<style>
a { background-color: #FCDB0A; }
a { background-color: rgb(252,219,10); }
div.DivClassName
{
background-color: #FCDB0A;
}
.BgClassName
{
background-color: #FCDB0A;
}
</style>
border-color css
<style>
span { border-color: #FCDB0A; }
span { border-color: rgb(252,219,10); }
td.TdClassName
{
border-color: #FCDB0A;
}
.TagClassName
{
border-color: #FCDB0A;
}
</style>