Shades of Turbo #FFC71D
Tints of Turbo #FFC71D
RGB
CMYK
RGB Variations
Color information
#FFC71D (or 0xFFC71D) is known color: Turbo. HEX triplet: FF, C7 and 1D. RGB value is (255,199,29). Sum of RGB (Red+Green+Blue) = 255+199+29=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 199 (78.12% from 255 or 41.20% from 483); Blue value is 29 (11.72% from 255 or 6.00% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC71D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC71D is #0038E2. Grayscale: #C5C5C5. Windows color (decimal): -14563 or 1951743. OLE color: 1951743.
HSL color Cylindrical-coordinate representation of color #FFC71D: hue angle of 45.13º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFC71D is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 29 | - |
| CMYK | 0 | 0.22 | 0.89 | 0 |
| HSL | 45.13º | 1% | 0.56% | - |
| HSV(B) | 45.13º | 0.89% | 1% | - |
| XYZ | 61.89 | 62.2 | 9.91 | - |
| YUV | 196.36 | 33.55 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 29 | 0 | 0.22 | 0.89 | 0 | 45.13 | 1 | 0.56 |
| Hex | FF | C7 | 1D | 0 | 16 | 59 | 0 | 2D | 64 | 38 |
| Octal | 377 | 307 | 35 | 0 | 26 | 131 | 0 | 55 | 144 | 70 |
| Binary | 11111111 | 11000111 | 11101 | 0 | 10110 | 1011001 | 0 | 101101 | 1100100 | 111000 |
Color Harmonies of #FFC71D
Complementary color
Monochromatic Colors of #FFC71D
Black with #FFC71D
Text Example
Text Example
White with #FFC71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC71D; }
p { color: rgb(255,199,29); }
H1.HeaderClassName
{
color: #FFC71D;
}
.AnyTagClassName
{
color: #FFC71D;
}
</style>
background-color css
<style>
a { background-color: #FFC71D; }
a { background-color: rgb(255,199,29); }
div.DivClassName
{
background-color: #FFC71D;
}
.BgClassName
{
background-color: #FFC71D;
}
</style>
border-color css
<style>
span { border-color: #FFC71D; }
span { border-color: rgb(255,199,29); }
td.TdClassName
{
border-color: #FFC71D;
}
.TagClassName
{
border-color: #FFC71D;
}
</style>