Shades of Turbo #F6C921
Tints of Turbo #F6C921
RGB
CMYK
RGB Variations
Color information
#F6C921 (or 0xF6C921) is known color: Turbo. HEX triplet: F6, C9 and 21. RGB value is (246,201,33). Sum of RGB (Red+Green+Blue) = 246+201+33=480 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.25% from 480); Green value is 201 (78.91% from 255 or 41.88% from 480); Blue value is 33 (13.28% from 255 or 6.88% from 480); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C921 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C921 is #0936DE. Grayscale: #C4C4C4. Windows color (decimal): -603871 or 2214390. OLE color: 2214390.
HSL color Cylindrical-coordinate representation of color #F6C921: hue angle of 47.32º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F6C921 is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 201 | 33 | - |
| CMYK | 0 | 0.18 | 0.87 | 0.04 |
| HSL | 47.32º | 0.92% | 0.55% | - |
| HSV(B) | 47.32º | 0.87% | 0.96% | - |
| XYZ | 59.17 | 61.48 | 10.19 | - |
| YUV | 195.3 | 36.41 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 201 | 33 | 0 | 0.18 | 0.87 | 0.04 | 47.32 | 0.92 | 0.55 |
| Hex | F6 | C9 | 21 | 0 | 12 | 57 | 4 | 2F | 5C | 37 |
| Octal | 366 | 311 | 41 | 0 | 22 | 127 | 4 | 57 | 134 | 67 |
| Binary | 11110110 | 11001001 | 100001 | 0 | 10010 | 1010111 | 100 | 101111 | 1011100 | 110111 |
Color Harmonies of #F6C921
Complementary color
Monochromatic Colors of #F6C921
Black with #F6C921
Text Example
Text Example
White with #F6C921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C921; }
p { color: rgb(246,201,33); }
H1.HeaderClassName
{
color: #F6C921;
}
.AnyTagClassName
{
color: #F6C921;
}
</style>
background-color css
<style>
a { background-color: #F6C921; }
a { background-color: rgb(246,201,33); }
div.DivClassName
{
background-color: #F6C921;
}
.BgClassName
{
background-color: #F6C921;
}
</style>
border-color css
<style>
span { border-color: #F6C921; }
span { border-color: rgb(246,201,33); }
td.TdClassName
{
border-color: #F6C921;
}
.TagClassName
{
border-color: #F6C921;
}
</style>