Shades of Turbo #F6CB14
Tints of Turbo #F6CB14
RGB
CMYK
RGB Variations
Color information
#F6CB14 (or 0xF6CB14) is known color: Turbo. HEX triplet: F6, CB and 14. RGB value is (246,203,20). Sum of RGB (Red+Green+Blue) = 246+203+20=469 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.45% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 20 (8.20% from 255 or 4.26% from 469); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CB14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6CB14 is #0934EB. Grayscale: #C3C3C3. Windows color (decimal): -603372 or 1362934. OLE color: 1362934.
HSL color Cylindrical-coordinate representation of color #F6CB14: hue angle of 48.58º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F6CB14 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 203 | 20 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.04 |
| HSL | 48.58º | 0.93% | 0.52% | - |
| HSV(B) | 48.58º | 0.92% | 0.96% | - |
| XYZ | 59.49 | 62.36 | 9.56 | - |
| YUV | 195 | 29.25 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 203 | 20 | 0 | 0.17 | 0.92 | 0.04 | 48.58 | 0.93 | 0.52 |
| Hex | F6 | CB | 14 | 0 | 11 | 5C | 4 | 31 | 5D | 34 |
| Octal | 366 | 313 | 24 | 0 | 21 | 134 | 4 | 61 | 135 | 64 |
| Binary | 11110110 | 11001011 | 10100 | 0 | 10001 | 1011100 | 100 | 110001 | 1011101 | 110100 |
Color Harmonies of #F6CB14
Complementary color
Monochromatic Colors of #F6CB14
Black with #F6CB14
Text Example
Text Example
White with #F6CB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CB14; }
p { color: rgb(246,203,20); }
H1.HeaderClassName
{
color: #F6CB14;
}
.AnyTagClassName
{
color: #F6CB14;
}
</style>
background-color css
<style>
a { background-color: #F6CB14; }
a { background-color: rgb(246,203,20); }
div.DivClassName
{
background-color: #F6CB14;
}
.BgClassName
{
background-color: #F6CB14;
}
</style>
border-color css
<style>
span { border-color: #F6CB14; }
span { border-color: rgb(246,203,20); }
td.TdClassName
{
border-color: #F6CB14;
}
.TagClassName
{
border-color: #F6CB14;
}
</style>