Shades of Turbo #FCCB16
Tints of Turbo #FCCB16
RGB
CMYK
RGB Variations
Color information
#FCCB16 (or 0xFCCB16) is known color: Turbo. HEX triplet: FC, CB and 16. RGB value is (252,203,22). Sum of RGB (Red+Green+Blue) = 252+203+22=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 203 (79.69% from 255 or 42.56% from 477); Blue value is 22 (8.98% from 255 or 4.61% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCB16 is #0334E9. Grayscale: #C5C5C5. Windows color (decimal): -210154 or 1494012. OLE color: 1494012.
HSL color Cylindrical-coordinate representation of color #FCCB16: hue angle of 47.22º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FCCB16 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 22 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.01 |
| HSL | 47.22º | 0.97% | 0.54% | - |
| HSV(B) | 47.22º | 0.91% | 0.99% | - |
| XYZ | 61.65 | 63.47 | 9.76 | - |
| YUV | 197.02 | 29.23 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 22 | 0 | 0.19 | 0.91 | 0.01 | 47.22 | 0.97 | 0.54 |
| Hex | FC | CB | 16 | 0 | 13 | 5B | 1 | 2F | 61 | 36 |
| Octal | 374 | 313 | 26 | 0 | 23 | 133 | 1 | 57 | 141 | 66 |
| Binary | 11111100 | 11001011 | 10110 | 0 | 10011 | 1011011 | 1 | 101111 | 1100001 | 110110 |
Color Harmonies of #FCCB16
Complementary color
Monochromatic Colors of #FCCB16
Black with #FCCB16
Text Example
Text Example
White with #FCCB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB16; }
p { color: rgb(252,203,22); }
H1.HeaderClassName
{
color: #FCCB16;
}
.AnyTagClassName
{
color: #FCCB16;
}
</style>
background-color css
<style>
a { background-color: #FCCB16; }
a { background-color: rgb(252,203,22); }
div.DivClassName
{
background-color: #FCCB16;
}
.BgClassName
{
background-color: #FCCB16;
}
</style>
border-color css
<style>
span { border-color: #FCCB16; }
span { border-color: rgb(252,203,22); }
td.TdClassName
{
border-color: #FCCB16;
}
.TagClassName
{
border-color: #FCCB16;
}
</style>