Shades of Turbo #FFC620
Tints of Turbo #FFC620
RGB
CMYK
RGB Variations
Color information
#FFC620 (or 0xFFC620) is known color: Turbo. HEX triplet: FF, C6 and 20. RGB value is (255,198,32). Sum of RGB (Red+Green+Blue) = 255+198+32=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 198 (77.73% from 255 or 40.82% from 485); Blue value is 32 (12.89% from 255 or 6.60% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC620 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC620 is #0039DF. Grayscale: #C4C4C4. Windows color (decimal): -14816 or 2148095. OLE color: 2148095.
HSL color Cylindrical-coordinate representation of color #FFC620: hue angle of 44.66º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FFC620 is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 32 | - |
| CMYK | 0 | 0.22 | 0.87 | 0 |
| HSL | 44.66º | 1% | 0.56% | - |
| HSV(B) | 44.66º | 0.87% | 1% | - |
| XYZ | 61.69 | 61.75 | 10.03 | - |
| YUV | 196.12 | 35.38 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 32 | 0 | 0.22 | 0.87 | 0 | 44.66 | 1 | 0.56 |
| Hex | FF | C6 | 20 | 0 | 16 | 57 | 0 | 2D | 64 | 38 |
| Octal | 377 | 306 | 40 | 0 | 26 | 127 | 0 | 55 | 144 | 70 |
| Binary | 11111111 | 11000110 | 100000 | 0 | 10110 | 1010111 | 0 | 101101 | 1100100 | 111000 |
Color Harmonies of #FFC620
Complementary color
Monochromatic Colors of #FFC620
Black with #FFC620
Text Example
Text Example
White with #FFC620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC620; }
p { color: rgb(255,198,32); }
H1.HeaderClassName
{
color: #FFC620;
}
.AnyTagClassName
{
color: #FFC620;
}
</style>
background-color css
<style>
a { background-color: #FFC620; }
a { background-color: rgb(255,198,32); }
div.DivClassName
{
background-color: #FFC620;
}
.BgClassName
{
background-color: #FFC620;
}
</style>
border-color css
<style>
span { border-color: #FFC620; }
span { border-color: rgb(255,198,32); }
td.TdClassName
{
border-color: #FFC620;
}
.TagClassName
{
border-color: #FFC620;
}
</style>