Shades of Turbo #FCCF16
Tints of Turbo #FCCF16
RGB
CMYK
RGB Variations
Color information
#FCCF16 (or 0xFCCF16) is known color: Turbo. HEX triplet: FC, CF and 16. RGB value is (252,207,22). Sum of RGB (Red+Green+Blue) = 252+207+22=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 207 (81.25% from 255 or 43.04% from 481); Blue value is 22 (8.98% from 255 or 4.57% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCF16 is #0330E9. Grayscale: #C8C8C8. Windows color (decimal): -209130 or 1495036. OLE color: 1495036.
HSL color Cylindrical-coordinate representation of color #FCCF16: hue angle of 48.26º 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 #FCCF16 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 22 | - |
| CMYK | 0 | 0.18 | 0.91 | 0.01 |
| HSL | 48.26º | 0.97% | 0.54% | - |
| HSV(B) | 48.26º | 0.91% | 0.99% | - |
| XYZ | 62.6 | 65.38 | 10.08 | - |
| YUV | 199.37 | 27.91 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 22 | 0 | 0.18 | 0.91 | 0.01 | 48.26 | 0.97 | 0.54 |
| Hex | FC | CF | 16 | 0 | 12 | 5B | 1 | 30 | 61 | 36 |
| Octal | 374 | 317 | 26 | 0 | 22 | 133 | 1 | 60 | 141 | 66 |
| Binary | 11111100 | 11001111 | 10110 | 0 | 10010 | 1011011 | 1 | 110000 | 1100001 | 110110 |
Color Harmonies of #FCCF16
Complementary color
Monochromatic Colors of #FCCF16
Black with #FCCF16
Text Example
Text Example
White with #FCCF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCF16; }
p { color: rgb(252,207,22); }
H1.HeaderClassName
{
color: #FCCF16;
}
.AnyTagClassName
{
color: #FCCF16;
}
</style>
background-color css
<style>
a { background-color: #FCCF16; }
a { background-color: rgb(252,207,22); }
div.DivClassName
{
background-color: #FCCF16;
}
.BgClassName
{
background-color: #FCCF16;
}
</style>
border-color css
<style>
span { border-color: #FCCF16; }
span { border-color: rgb(252,207,22); }
td.TdClassName
{
border-color: #FCCF16;
}
.TagClassName
{
border-color: #FCCF16;
}
</style>