Shades of Turbo #FCCB20
Tints of Turbo #FCCB20
RGB
CMYK
RGB Variations
Color information
#FCCB20 (or 0xFCCB20) is known color: Turbo. HEX triplet: FC, CB and 20. RGB value is (252,203,32). Sum of RGB (Red+Green+Blue) = 252+203+32=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 203 (79.69% from 255 or 41.68% from 487); Blue value is 32 (12.89% from 255 or 6.57% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCB20 is #0334DF. Grayscale: #C6C6C6. Windows color (decimal): -210144 or 2149372. OLE color: 2149372.
HSL color Cylindrical-coordinate representation of color #FCCB20: hue angle of 46.64º 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 #FCCB20 is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 32 | - |
| CMYK | 0 | 0.19 | 0.87 | 0.01 |
| HSL | 46.64º | 0.97% | 0.56% | - |
| HSV(B) | 46.64º | 0.87% | 0.99% | - |
| XYZ | 61.76 | 63.51 | 10.37 | - |
| YUV | 198.16 | 34.23 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 32 | 0 | 0.19 | 0.87 | 0.01 | 46.64 | 0.97 | 0.56 |
| Hex | FC | CB | 20 | 0 | 13 | 57 | 1 | 2F | 61 | 38 |
| Octal | 374 | 313 | 40 | 0 | 23 | 127 | 1 | 57 | 141 | 70 |
| Binary | 11111100 | 11001011 | 100000 | 0 | 10011 | 1010111 | 1 | 101111 | 1100001 | 111000 |
Color Harmonies of #FCCB20
Complementary color
Monochromatic Colors of #FCCB20
Black with #FCCB20
Text Example
Text Example
White with #FCCB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB20; }
p { color: rgb(252,203,32); }
H1.HeaderClassName
{
color: #FCCB20;
}
.AnyTagClassName
{
color: #FCCB20;
}
</style>
background-color css
<style>
a { background-color: #FCCB20; }
a { background-color: rgb(252,203,32); }
div.DivClassName
{
background-color: #FCCB20;
}
.BgClassName
{
background-color: #FCCB20;
}
</style>
border-color css
<style>
span { border-color: #FCCB20; }
span { border-color: rgb(252,203,32); }
td.TdClassName
{
border-color: #FCCB20;
}
.TagClassName
{
border-color: #FCCB20;
}
</style>