Shades of Turbo #FCCA28
Tints of Turbo #FCCA28
RGB
CMYK
RGB Variations
Color information
#FCCA28 (or 0xFCCA28) is known color: Turbo. HEX triplet: FC, CA and 28. RGB value is (252,202,40). Sum of RGB (Red+Green+Blue) = 252+202+40=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 202 (79.30% from 255 or 40.89% from 494); Blue value is 40 (16.02% from 255 or 8.10% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCA28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCA28 is #0335D7. Grayscale: #C7C7C7. Windows color (decimal): -210392 or 2673404. OLE color: 2673404.
HSL color Cylindrical-coordinate representation of color #FCCA28: hue angle of 45.85º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FCCA28 is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 202 | 40 | - |
| CMYK | 0 | 0.20 | 0.84 | 0.01 |
| HSL | 45.85º | 0.97% | 0.57% | - |
| HSV(B) | 45.85º | 0.84% | 0.99% | - |
| XYZ | 61.65 | 63.09 | 10.94 | - |
| YUV | 198.48 | 38.57 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 202 | 40 | 0 | 0.20 | 0.84 | 0.01 | 45.85 | 0.97 | 0.57 |
| Hex | FC | CA | 28 | 0 | 14 | 54 | 1 | 2E | 61 | 39 |
| Octal | 374 | 312 | 50 | 0 | 24 | 124 | 1 | 56 | 141 | 71 |
| Binary | 11111100 | 11001010 | 101000 | 0 | 10100 | 1010100 | 1 | 101110 | 1100001 | 111001 |
Color Harmonies of #FCCA28
Complementary color
Monochromatic Colors of #FCCA28
Black with #FCCA28
Text Example
Text Example
White with #FCCA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCA28; }
p { color: rgb(252,202,40); }
H1.HeaderClassName
{
color: #FCCA28;
}
.AnyTagClassName
{
color: #FCCA28;
}
</style>
background-color css
<style>
a { background-color: #FCCA28; }
a { background-color: rgb(252,202,40); }
div.DivClassName
{
background-color: #FCCA28;
}
.BgClassName
{
background-color: #FCCA28;
}
</style>
border-color css
<style>
span { border-color: #FCCA28; }
span { border-color: rgb(252,202,40); }
td.TdClassName
{
border-color: #FCCA28;
}
.TagClassName
{
border-color: #FCCA28;
}
</style>