Shades of Turbo #FFC71F
Tints of Turbo #FFC71F
RGB
CMYK
RGB Variations
Color information
#FFC71F (or 0xFFC71F) is known color: Turbo. HEX triplet: FF, C7 and 1F. RGB value is (255,199,31). Sum of RGB (Red+Green+Blue) = 255+199+31=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 199 (78.12% from 255 or 41.03% from 485); Blue value is 31 (12.5% from 255 or 6.39% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC71F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC71F is #0038E0. Grayscale: #C5C5C5. Windows color (decimal): -14561 or 2082815. OLE color: 2082815.
HSL color Cylindrical-coordinate representation of color #FFC71F: hue angle of 45º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FFC71F is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 31 | - |
| CMYK | 0 | 0.22 | 0.88 | 0 |
| HSL | 45º | 1% | 0.56% | - |
| HSV(B) | 45º | 0.88% | 1% | - |
| XYZ | 61.91 | 62.21 | 10.04 | - |
| YUV | 196.59 | 34.55 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 31 | 0 | 0.22 | 0.88 | 0 | 45 | 1 | 0.56 |
| Hex | FF | C7 | 1F | 0 | 16 | 58 | 0 | 2D | 64 | 38 |
| Octal | 377 | 307 | 37 | 0 | 26 | 130 | 0 | 55 | 144 | 70 |
| Binary | 11111111 | 11000111 | 11111 | 0 | 10110 | 1011000 | 0 | 101101 | 1100100 | 111000 |
Color Harmonies of #FFC71F
Complementary color
Monochromatic Colors of #FFC71F
Black with #FFC71F
Text Example
Text Example
White with #FFC71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC71F; }
p { color: rgb(255,199,31); }
H1.HeaderClassName
{
color: #FFC71F;
}
.AnyTagClassName
{
color: #FFC71F;
}
</style>
background-color css
<style>
a { background-color: #FFC71F; }
a { background-color: rgb(255,199,31); }
div.DivClassName
{
background-color: #FFC71F;
}
.BgClassName
{
background-color: #FFC71F;
}
</style>
border-color css
<style>
span { border-color: #FFC71F; }
span { border-color: rgb(255,199,31); }
td.TdClassName
{
border-color: #FFC71F;
}
.TagClassName
{
border-color: #FFC71F;
}
</style>