Shades of Turbo #FFC61D
Tints of Turbo #FFC61D
RGB
CMYK
RGB Variations
Color information
#FFC61D (or 0xFFC61D) is known color: Turbo. HEX triplet: FF, C6 and 1D. RGB value is (255,198,29). Sum of RGB (Red+Green+Blue) = 255+198+29=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 198 (77.73% from 255 or 41.08% from 482); Blue value is 29 (11.72% from 255 or 6.02% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC61D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC61D is #0039E2. Grayscale: #C4C4C4. Windows color (decimal): -14819 or 1951487. OLE color: 1951487.
HSL color Cylindrical-coordinate representation of color #FFC61D: hue angle of 44.87º 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 #FFC61D is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 29 | - |
| CMYK | 0 | 0.22 | 0.89 | 0 |
| HSL | 44.87º | 1% | 0.56% | - |
| HSV(B) | 44.87º | 0.89% | 1% | - |
| XYZ | 61.66 | 61.74 | 9.83 | - |
| YUV | 195.78 | 33.88 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 29 | 0 | 0.22 | 0.89 | 0 | 44.87 | 1 | 0.56 |
| Hex | FF | C6 | 1D | 0 | 16 | 59 | 0 | 2D | 64 | 38 |
| Octal | 377 | 306 | 35 | 0 | 26 | 131 | 0 | 55 | 144 | 70 |
| Binary | 11111111 | 11000110 | 11101 | 0 | 10110 | 1011001 | 0 | 101101 | 1100100 | 111000 |
Color Harmonies of #FFC61D
Complementary color
Monochromatic Colors of #FFC61D
Black with #FFC61D
Text Example
Text Example
White with #FFC61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC61D; }
p { color: rgb(255,198,29); }
H1.HeaderClassName
{
color: #FFC61D;
}
.AnyTagClassName
{
color: #FFC61D;
}
</style>
background-color css
<style>
a { background-color: #FFC61D; }
a { background-color: rgb(255,198,29); }
div.DivClassName
{
background-color: #FFC61D;
}
.BgClassName
{
background-color: #FFC61D;
}
</style>
border-color css
<style>
span { border-color: #FFC61D; }
span { border-color: rgb(255,198,29); }
td.TdClassName
{
border-color: #FFC61D;
}
.TagClassName
{
border-color: #FFC61D;
}
</style>