Shades of Carrot Orange #F1841A
Tints of Carrot Orange #F1841A
RGB
CMYK
RGB Variations
Color information
#F1841A (or 0xF1841A) is known color: Carrot Orange. HEX triplet: F1, 84 and 1A. RGB value is (241,132,26). Sum of RGB (Red+Green+Blue) = 241+132+26=399 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.40% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 26 (10.55% from 255 or 6.52% from 399); Max value from RGB is 241 - color contains mainly: red. Hex color #F1841A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1841A is #0E7BE5. Grayscale: #999999. Windows color (decimal): -949222 or 1737969. OLE color: 1737969.
HSL color Cylindrical-coordinate representation of color #F1841A: hue angle of 29.58º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F1841A is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 132 | 26 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.05 |
| HSL | 29.58º | 0.88% | 0.52% | - |
| HSV(B) | 29.58º | 0.89% | 0.95% | - |
| XYZ | 44.71 | 35.28 | 5.43 | - |
| YUV | 152.51 | 56.61 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 132 | 26 | 0 | 0.45 | 0.89 | 0.05 | 29.58 | 0.88 | 0.52 |
| Hex | F1 | 84 | 1A | 0 | 2D | 59 | 5 | 1E | 58 | 34 |
| Octal | 361 | 204 | 32 | 0 | 55 | 131 | 5 | 36 | 130 | 64 |
| Binary | 11110001 | 10000100 | 11010 | 0 | 101101 | 1011001 | 101 | 11110 | 1011000 | 110100 |
Color Harmonies of #F1841A
Complementary color
Monochromatic Colors of #F1841A
Black with #F1841A
Text Example
Text Example
White with #F1841A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1841A; }
p { color: rgb(241,132,26); }
H1.HeaderClassName
{
color: #F1841A;
}
.AnyTagClassName
{
color: #F1841A;
}
</style>
background-color css
<style>
a { background-color: #F1841A; }
a { background-color: rgb(241,132,26); }
div.DivClassName
{
background-color: #F1841A;
}
.BgClassName
{
background-color: #F1841A;
}
</style>
border-color css
<style>
span { border-color: #F1841A; }
span { border-color: rgb(241,132,26); }
td.TdClassName
{
border-color: #F1841A;
}
.TagClassName
{
border-color: #F1841A;
}
</style>