Shades of School Bus Yellow #FCDB0C
Tints of School Bus Yellow #FCDB0C
RGB
CMYK
RGB Variations
Color information
#FCDB0C (or 0xFCDB0C) is known color: School Bus Yellow. HEX triplet: FC, DB and 0C. RGB value is (252,219,12). Sum of RGB (Red+Green+Blue) = 252+219+12=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 12 (5.08% from 255 or 2.48% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDB0C is #0324F3. Grayscale: #CECECE. Windows color (decimal): -206068 or 842748. OLE color: 842748.
HSL color Cylindrical-coordinate representation of color #FCDB0C: hue angle of 51.75º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FCDB0C is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 12 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.01 |
| HSL | 51.75º | 0.98% | 0.52% | - |
| HSV(B) | 51.75º | 0.95% | 0.99% | - |
| XYZ | 65.54 | 71.39 | 10.67 | - |
| YUV | 205.27 | 18.93 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 12 | 0 | 0.13 | 0.95 | 0.01 | 51.75 | 0.98 | 0.52 |
| Hex | FC | DB | C | 0 | D | 5F | 1 | 34 | 62 | 34 |
| Octal | 374 | 333 | 14 | 0 | 15 | 137 | 1 | 64 | 142 | 64 |
| Binary | 11111100 | 11011011 | 1100 | 0 | 1101 | 1011111 | 1 | 110100 | 1100010 | 110100 |
Color Harmonies of #FCDB0C
Complementary color
Monochromatic Colors of #FCDB0C
Black with #FCDB0C
Text Example
Text Example
White with #FCDB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDB0C; }
p { color: rgb(252,219,12); }
H1.HeaderClassName
{
color: #FCDB0C;
}
.AnyTagClassName
{
color: #FCDB0C;
}
</style>
background-color css
<style>
a { background-color: #FCDB0C; }
a { background-color: rgb(252,219,12); }
div.DivClassName
{
background-color: #FCDB0C;
}
.BgClassName
{
background-color: #FCDB0C;
}
</style>
border-color css
<style>
span { border-color: #FCDB0C; }
span { border-color: rgb(252,219,12); }
td.TdClassName
{
border-color: #FCDB0C;
}
.TagClassName
{
border-color: #FCDB0C;
}
</style>