Shades of Turbo #F6CA23
Tints of Turbo #F6CA23
RGB
CMYK
RGB Variations
Color information
#F6CA23 (or 0xF6CA23) is known color: Turbo. HEX triplet: F6, CA and 23. RGB value is (246,202,35). Sum of RGB (Red+Green+Blue) = 246+202+35=483 (63% of max value = 765). Red value is 246 (96.48% from 255 or 50.93% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 35 (14.06% from 255 or 7.25% from 483); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CA23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6CA23 is #0935DC. Grayscale: #C4C4C4. Windows color (decimal): -603613 or 2345718. OLE color: 2345718.
HSL color Cylindrical-coordinate representation of color #F6CA23: hue angle of 47.49º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F6CA23 is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 202 | 35 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.04 |
| HSL | 47.49º | 0.92% | 0.55% | - |
| HSV(B) | 47.49º | 0.86% | 0.96% | - |
| XYZ | 59.43 | 61.96 | 10.42 | - |
| YUV | 196.12 | 37.08 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 202 | 35 | 0 | 0.18 | 0.86 | 0.04 | 47.49 | 0.92 | 0.55 |
| Hex | F6 | CA | 23 | 0 | 12 | 56 | 4 | 2F | 5C | 37 |
| Octal | 366 | 312 | 43 | 0 | 22 | 126 | 4 | 57 | 134 | 67 |
| Binary | 11110110 | 11001010 | 100011 | 0 | 10010 | 1010110 | 100 | 101111 | 1011100 | 110111 |
Color Harmonies of #F6CA23
Complementary color
Monochromatic Colors of #F6CA23
Black with #F6CA23
Text Example
Text Example
White with #F6CA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CA23; }
p { color: rgb(246,202,35); }
H1.HeaderClassName
{
color: #F6CA23;
}
.AnyTagClassName
{
color: #F6CA23;
}
</style>
background-color css
<style>
a { background-color: #F6CA23; }
a { background-color: rgb(246,202,35); }
div.DivClassName
{
background-color: #F6CA23;
}
.BgClassName
{
background-color: #F6CA23;
}
</style>
border-color css
<style>
span { border-color: #F6CA23; }
span { border-color: rgb(246,202,35); }
td.TdClassName
{
border-color: #F6CA23;
}
.TagClassName
{
border-color: #F6CA23;
}
</style>