Shades of Turbo #F6CA17
Tints of Turbo #F6CA17
RGB
CMYK
RGB Variations
Color information
#F6CA17 (or 0xF6CA17) is known color: Turbo. HEX triplet: F6, CA and 17. RGB value is (246,202,23). Sum of RGB (Red+Green+Blue) = 246+202+23=471 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.23% from 471); Green value is 202 (79.30% from 255 or 42.89% from 471); Blue value is 23 (9.38% from 255 or 4.88% from 471); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CA17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6CA17 is #0935E8. Grayscale: #C3C3C3. Windows color (decimal): -603625 or 1559286. OLE color: 1559286.
HSL color Cylindrical-coordinate representation of color #F6CA17: hue angle of 48.16º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F6CA17 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 202 | 23 | - |
| CMYK | 0 | 0.18 | 0.91 | 0.04 |
| HSL | 48.16º | 0.93% | 0.53% | - |
| HSV(B) | 48.16º | 0.91% | 0.96% | - |
| XYZ | 59.28 | 61.9 | 9.63 | - |
| YUV | 194.75 | 31.08 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 202 | 23 | 0 | 0.18 | 0.91 | 0.04 | 48.16 | 0.93 | 0.53 |
| Hex | F6 | CA | 17 | 0 | 12 | 5B | 4 | 30 | 5D | 35 |
| Octal | 366 | 312 | 27 | 0 | 22 | 133 | 4 | 60 | 135 | 65 |
| Binary | 11110110 | 11001010 | 10111 | 0 | 10010 | 1011011 | 100 | 110000 | 1011101 | 110101 |
Color Harmonies of #F6CA17
Complementary color
Monochromatic Colors of #F6CA17
Black with #F6CA17
Text Example
Text Example
White with #F6CA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CA17; }
p { color: rgb(246,202,23); }
H1.HeaderClassName
{
color: #F6CA17;
}
.AnyTagClassName
{
color: #F6CA17;
}
</style>
background-color css
<style>
a { background-color: #F6CA17; }
a { background-color: rgb(246,202,23); }
div.DivClassName
{
background-color: #F6CA17;
}
.BgClassName
{
background-color: #F6CA17;
}
</style>
border-color css
<style>
span { border-color: #F6CA17; }
span { border-color: rgb(246,202,23); }
td.TdClassName
{
border-color: #F6CA17;
}
.TagClassName
{
border-color: #F6CA17;
}
</style>