Shades of Turbo #F6DC1D
Tints of Turbo #F6DC1D
RGB
CMYK
RGB Variations
Color information
#F6DC1D (or 0xF6DC1D) is known color: Turbo. HEX triplet: F6, DC and 1D. RGB value is (246,220,29). Sum of RGB (Red+Green+Blue) = 246+220+29=495 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.70% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 29 (11.72% from 255 or 5.86% from 495); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DC1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6DC1D is #0923E2. Grayscale: #CECECE. Windows color (decimal): -599011 or 1957110. OLE color: 1957110.
HSL color Cylindrical-coordinate representation of color #F6DC1D: hue angle of 52.81º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F6DC1D is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 220 | 29 | - |
| CMYK | 0 | 0.11 | 0.88 | 0.04 |
| HSL | 52.81º | 0.92% | 0.54% | - |
| HSV(B) | 52.81º | 0.88% | 0.96% | - |
| XYZ | 63.82 | 70.87 | 11.48 | - |
| YUV | 206 | 28.11 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 220 | 29 | 0 | 0.11 | 0.88 | 0.04 | 52.81 | 0.92 | 0.54 |
| Hex | F6 | DC | 1D | 0 | B | 58 | 4 | 35 | 5C | 36 |
| Octal | 366 | 334 | 35 | 0 | 13 | 130 | 4 | 65 | 134 | 66 |
| Binary | 11110110 | 11011100 | 11101 | 0 | 1011 | 1011000 | 100 | 110101 | 1011100 | 110110 |
Color Harmonies of #F6DC1D
Complementary color
Monochromatic Colors of #F6DC1D
Black with #F6DC1D
Text Example
Text Example
White with #F6DC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DC1D; }
p { color: rgb(246,220,29); }
H1.HeaderClassName
{
color: #F6DC1D;
}
.AnyTagClassName
{
color: #F6DC1D;
}
</style>
background-color css
<style>
a { background-color: #F6DC1D; }
a { background-color: rgb(246,220,29); }
div.DivClassName
{
background-color: #F6DC1D;
}
.BgClassName
{
background-color: #F6DC1D;
}
</style>
border-color css
<style>
span { border-color: #F6DC1D; }
span { border-color: rgb(246,220,29); }
td.TdClassName
{
border-color: #F6DC1D;
}
.TagClassName
{
border-color: #F6DC1D;
}
</style>