Shades of Turbo #FCC71A
Tints of Turbo #FCC71A
RGB
CMYK
RGB Variations
Color information
#FCC71A (or 0xFCC71A) is known color: Turbo. HEX triplet: FC, C7 and 1A. RGB value is (252,199,26). Sum of RGB (Red+Green+Blue) = 252+199+26=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 199 (78.12% from 255 or 41.72% from 477); Blue value is 26 (10.55% from 255 or 5.45% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC71A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC71A is #0338E5. Grayscale: #C3C3C3. Windows color (decimal): -211174 or 1755132. OLE color: 1755132.
HSL color Cylindrical-coordinate representation of color #FCC71A: hue angle of 45.93º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FCC71A is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 199 | 26 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.01 |
| HSL | 45.93º | 0.97% | 0.55% | - |
| HSV(B) | 45.93º | 0.9% | 0.99% | - |
| XYZ | 60.75 | 61.62 | 9.67 | - |
| YUV | 195.13 | 32.56 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 199 | 26 | 0 | 0.21 | 0.90 | 0.01 | 45.93 | 0.97 | 0.55 |
| Hex | FC | C7 | 1A | 0 | 15 | 5A | 1 | 2E | 61 | 37 |
| Octal | 374 | 307 | 32 | 0 | 25 | 132 | 1 | 56 | 141 | 67 |
| Binary | 11111100 | 11000111 | 11010 | 0 | 10101 | 1011010 | 1 | 101110 | 1100001 | 110111 |
Color Harmonies of #FCC71A
Complementary color
Monochromatic Colors of #FCC71A
Black with #FCC71A
Text Example
Text Example
White with #FCC71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC71A; }
p { color: rgb(252,199,26); }
H1.HeaderClassName
{
color: #FCC71A;
}
.AnyTagClassName
{
color: #FCC71A;
}
</style>
background-color css
<style>
a { background-color: #FCC71A; }
a { background-color: rgb(252,199,26); }
div.DivClassName
{
background-color: #FCC71A;
}
.BgClassName
{
background-color: #FCC71A;
}
</style>
border-color css
<style>
span { border-color: #FCC71A; }
span { border-color: rgb(252,199,26); }
td.TdClassName
{
border-color: #FCC71A;
}
.TagClassName
{
border-color: #FCC71A;
}
</style>