Shades of Turbo #FCCF20
Tints of Turbo #FCCF20
RGB
CMYK
RGB Variations
Color information
#FCCF20 (or 0xFCCF20) is known color: Turbo. HEX triplet: FC, CF and 20. RGB value is (252,207,32). Sum of RGB (Red+Green+Blue) = 252+207+32=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 32 (12.89% from 255 or 6.52% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCF20 is #0330DF. Grayscale: #C9C9C9. Windows color (decimal): -209120 or 2150396. OLE color: 2150396.
HSL color Cylindrical-coordinate representation of color #FCCF20: hue angle of 47.73º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FCCF20 is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 32 | - |
| CMYK | 0 | 0.18 | 0.87 | 0.01 |
| HSL | 47.73º | 0.97% | 0.56% | - |
| HSV(B) | 47.73º | 0.87% | 0.99% | - |
| XYZ | 62.72 | 65.43 | 10.69 | - |
| YUV | 200.51 | 32.91 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 32 | 0 | 0.18 | 0.87 | 0.01 | 47.73 | 0.97 | 0.56 |
| Hex | FC | CF | 20 | 0 | 12 | 57 | 1 | 30 | 61 | 38 |
| Octal | 374 | 317 | 40 | 0 | 22 | 127 | 1 | 60 | 141 | 70 |
| Binary | 11111100 | 11001111 | 100000 | 0 | 10010 | 1010111 | 1 | 110000 | 1100001 | 111000 |
Color Harmonies of #FCCF20
Complementary color
Monochromatic Colors of #FCCF20
Black with #FCCF20
Text Example
Text Example
White with #FCCF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCF20; }
p { color: rgb(252,207,32); }
H1.HeaderClassName
{
color: #FCCF20;
}
.AnyTagClassName
{
color: #FCCF20;
}
</style>
background-color css
<style>
a { background-color: #FCCF20; }
a { background-color: rgb(252,207,32); }
div.DivClassName
{
background-color: #FCCF20;
}
.BgClassName
{
background-color: #FCCF20;
}
</style>
border-color css
<style>
span { border-color: #FCCF20; }
span { border-color: rgb(252,207,32); }
td.TdClassName
{
border-color: #FCCF20;
}
.TagClassName
{
border-color: #FCCF20;
}
</style>