Shades of Turbo #FCC71B
Tints of Turbo #FCC71B
RGB
CMYK
RGB Variations
Color information
#FCC71B (or 0xFCC71B) is known color: Turbo. HEX triplet: FC, C7 and 1B. RGB value is (252,199,27). Sum of RGB (Red+Green+Blue) = 252+199+27=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 199 (78.12% from 255 or 41.63% from 478); Blue value is 27 (10.94% from 255 or 5.65% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC71B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC71B is #0338E4. Grayscale: #C3C3C3. Windows color (decimal): -211173 or 1820668. OLE color: 1820668.
HSL color Cylindrical-coordinate representation of color #FCC71B: hue angle of 45.87º 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 #FCC71B is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 199 | 27 | - |
| CMYK | 0 | 0.21 | 0.89 | 0.01 |
| HSL | 45.87º | 0.97% | 0.55% | - |
| HSV(B) | 45.87º | 0.89% | 0.99% | - |
| XYZ | 60.77 | 61.62 | 9.73 | - |
| YUV | 195.24 | 33.06 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 199 | 27 | 0 | 0.21 | 0.89 | 0.01 | 45.87 | 0.97 | 0.55 |
| Hex | FC | C7 | 1B | 0 | 15 | 59 | 1 | 2E | 61 | 37 |
| Octal | 374 | 307 | 33 | 0 | 25 | 131 | 1 | 56 | 141 | 67 |
| Binary | 11111100 | 11000111 | 11011 | 0 | 10101 | 1011001 | 1 | 101110 | 1100001 | 110111 |
Color Harmonies of #FCC71B
Complementary color
Monochromatic Colors of #FCC71B
Black with #FCC71B
Text Example
Text Example
White with #FCC71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC71B; }
p { color: rgb(252,199,27); }
H1.HeaderClassName
{
color: #FCC71B;
}
.AnyTagClassName
{
color: #FCC71B;
}
</style>
background-color css
<style>
a { background-color: #FCC71B; }
a { background-color: rgb(252,199,27); }
div.DivClassName
{
background-color: #FCC71B;
}
.BgClassName
{
background-color: #FCC71B;
}
</style>
border-color css
<style>
span { border-color: #FCC71B; }
span { border-color: rgb(252,199,27); }
td.TdClassName
{
border-color: #FCC71B;
}
.TagClassName
{
border-color: #FCC71B;
}
</style>