Shades of School Bus Yellow #FCDB02
Tints of School Bus Yellow #FCDB02
RGB
CMYK
RGB Variations
Color information
#FCDB02 (or 0xFCDB02) is known color: School Bus Yellow. HEX triplet: FC, DB and 02. RGB value is (252,219,2). Sum of RGB (Red+Green+Blue) = 252+219+2=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 2 (1.17% from 255 or 0.42% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDB02 is #0324FD. Grayscale: #CDCDCD. Windows color (decimal): -206078 or 187388. OLE color: 187388.
HSL color Cylindrical-coordinate representation of color #FCDB02: hue angle of 52.08º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FCDB02 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 2 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.01 |
| HSL | 52.08º | 0.98% | 0.5% | - |
| HSV(B) | 52.08º | 0.99% | 0.99% | - |
| XYZ | 65.49 | 71.36 | 10.38 | - |
| YUV | 204.13 | 13.93 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 2 | 0 | 0.13 | 0.99 | 0.01 | 52.08 | 0.98 | 0.5 |
| Hex | FC | DB | 2 | 0 | D | 63 | 1 | 34 | 62 | 32 |
| Octal | 374 | 333 | 2 | 0 | 15 | 143 | 1 | 64 | 142 | 62 |
| Binary | 11111100 | 11011011 | 10 | 0 | 1101 | 1100011 | 1 | 110100 | 1100010 | 110010 |
Color Harmonies of #FCDB02
Complementary color
Monochromatic Colors of #FCDB02
Black with #FCDB02
Text Example
Text Example
White with #FCDB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDB02; }
p { color: rgb(252,219,2); }
H1.HeaderClassName
{
color: #FCDB02;
}
.AnyTagClassName
{
color: #FCDB02;
}
</style>
background-color css
<style>
a { background-color: #FCDB02; }
a { background-color: rgb(252,219,2); }
div.DivClassName
{
background-color: #FCDB02;
}
.BgClassName
{
background-color: #FCDB02;
}
</style>
border-color css
<style>
span { border-color: #FCDB02; }
span { border-color: rgb(252,219,2); }
td.TdClassName
{
border-color: #FCDB02;
}
.TagClassName
{
border-color: #FCDB02;
}
</style>