Shades of Turbo #FCC71C
Tints of Turbo #FCC71C
RGB
CMYK
RGB Variations
Color information
#FCC71C (or 0xFCC71C) is known color: Turbo. HEX triplet: FC, C7 and 1C. RGB value is (252,199,28). Sum of RGB (Red+Green+Blue) = 252+199+28=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 199 (78.12% from 255 or 41.54% from 479); Blue value is 28 (11.33% from 255 or 5.85% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC71C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC71C is #0338E3. Grayscale: #C4C4C4. Windows color (decimal): -211172 or 1886204. OLE color: 1886204.
HSL color Cylindrical-coordinate representation of color #FCC71C: hue angle of 45.8º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FCC71C is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 199 | 28 | - |
| CMYK | 0 | 0.21 | 0.89 | 0.01 |
| HSL | 45.8º | 0.97% | 0.55% | - |
| HSV(B) | 45.8º | 0.89% | 0.99% | - |
| XYZ | 60.78 | 61.63 | 9.79 | - |
| YUV | 195.35 | 33.56 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 199 | 28 | 0 | 0.21 | 0.89 | 0.01 | 45.8 | 0.97 | 0.55 |
| Hex | FC | C7 | 1C | 0 | 15 | 59 | 1 | 2E | 61 | 37 |
| Octal | 374 | 307 | 34 | 0 | 25 | 131 | 1 | 56 | 141 | 67 |
| Binary | 11111100 | 11000111 | 11100 | 0 | 10101 | 1011001 | 1 | 101110 | 1100001 | 110111 |
Color Harmonies of #FCC71C
Complementary color
Monochromatic Colors of #FCC71C
Black with #FCC71C
Text Example
Text Example
White with #FCC71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC71C; }
p { color: rgb(252,199,28); }
H1.HeaderClassName
{
color: #FCC71C;
}
.AnyTagClassName
{
color: #FCC71C;
}
</style>
background-color css
<style>
a { background-color: #FCC71C; }
a { background-color: rgb(252,199,28); }
div.DivClassName
{
background-color: #FCC71C;
}
.BgClassName
{
background-color: #FCC71C;
}
</style>
border-color css
<style>
span { border-color: #FCC71C; }
span { border-color: rgb(252,199,28); }
td.TdClassName
{
border-color: #FCC71C;
}
.TagClassName
{
border-color: #FCC71C;
}
</style>