Shades of Carrot Orange #F6841A
Tints of Carrot Orange #F6841A
RGB
CMYK
RGB Variations
Color information
#F6841A (or 0xF6841A) is known color: Carrot Orange. HEX triplet: F6, 84 and 1A. RGB value is (246,132,26). Sum of RGB (Red+Green+Blue) = 246+132+26=404 (53% of max value = 765). Red value is 246 (96.48% from 255 or 60.89% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 26 (10.55% from 255 or 6.44% from 404); Max value from RGB is 246 - color contains mainly: red. Hex color #F6841A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6841A is #097BE5. Grayscale: #9A9A9A. Windows color (decimal): -621542 or 1737974. OLE color: 1737974.
HSL color Cylindrical-coordinate representation of color #F6841A: hue angle of 28.91º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F6841A is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 132 | 26 | - |
| CMYK | 0 | 0.46 | 0.89 | 0.04 |
| HSL | 28.91º | 0.92% | 0.53% | - |
| HSV(B) | 28.91º | 0.89% | 0.96% | - |
| XYZ | 46.44 | 36.17 | 5.51 | - |
| YUV | 154 | 55.77 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 132 | 26 | 0 | 0.46 | 0.89 | 0.04 | 28.91 | 0.92 | 0.53 |
| Hex | F6 | 84 | 1A | 0 | 2E | 59 | 4 | 1D | 5C | 35 |
| Octal | 366 | 204 | 32 | 0 | 56 | 131 | 4 | 35 | 134 | 65 |
| Binary | 11110110 | 10000100 | 11010 | 0 | 101110 | 1011001 | 100 | 11101 | 1011100 | 110101 |
Color Harmonies of #F6841A
Complementary color
Monochromatic Colors of #F6841A
Black with #F6841A
Text Example
Text Example
White with #F6841A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6841A; }
p { color: rgb(246,132,26); }
H1.HeaderClassName
{
color: #F6841A;
}
.AnyTagClassName
{
color: #F6841A;
}
</style>
background-color css
<style>
a { background-color: #F6841A; }
a { background-color: rgb(246,132,26); }
div.DivClassName
{
background-color: #F6841A;
}
.BgClassName
{
background-color: #F6841A;
}
</style>
border-color css
<style>
span { border-color: #F6841A; }
span { border-color: rgb(246,132,26); }
td.TdClassName
{
border-color: #F6841A;
}
.TagClassName
{
border-color: #F6841A;
}
</style>