Shades of Carrot Orange #F6901A
Tints of Carrot Orange #F6901A
RGB
CMYK
RGB Variations
Color information
#F6901A (or 0xF6901A) is known color: Carrot Orange. HEX triplet: F6, 90 and 1A. RGB value is (246,144,26). Sum of RGB (Red+Green+Blue) = 246+144+26=416 (55% of max value = 765). Red value is 246 (96.48% from 255 or 59.13% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 26 (10.55% from 255 or 6.25% from 416); Max value from RGB is 246 - color contains mainly: red. Hex color #F6901A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6901A is #096FE5. Grayscale: #A1A1A1. Windows color (decimal): -618470 or 1741046. OLE color: 1741046.
HSL color Cylindrical-coordinate representation of color #F6901A: hue angle of 32.18º 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 #F6901A is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 144 | 26 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.04 |
| HSL | 32.18º | 0.92% | 0.53% | - |
| HSV(B) | 32.18º | 0.89% | 0.96% | - |
| XYZ | 48.17 | 39.61 | 6.08 | - |
| YUV | 161.05 | 51.79 | 188.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 144 | 26 | 0 | 0.41 | 0.89 | 0.04 | 32.18 | 0.92 | 0.53 |
| Hex | F6 | 90 | 1A | 0 | 29 | 59 | 4 | 20 | 5C | 35 |
| Octal | 366 | 220 | 32 | 0 | 51 | 131 | 4 | 40 | 134 | 65 |
| Binary | 11110110 | 10010000 | 11010 | 0 | 101001 | 1011001 | 100 | 100000 | 1011100 | 110101 |
Color Harmonies of #F6901A
Complementary color
Monochromatic Colors of #F6901A
Black with #F6901A
Text Example
Text Example
White with #F6901A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6901A; }
p { color: rgb(246,144,26); }
H1.HeaderClassName
{
color: #F6901A;
}
.AnyTagClassName
{
color: #F6901A;
}
</style>
background-color css
<style>
a { background-color: #F6901A; }
a { background-color: rgb(246,144,26); }
div.DivClassName
{
background-color: #F6901A;
}
.BgClassName
{
background-color: #F6901A;
}
</style>
border-color css
<style>
span { border-color: #F6901A; }
span { border-color: rgb(246,144,26); }
td.TdClassName
{
border-color: #F6901A;
}
.TagClassName
{
border-color: #F6901A;
}
</style>