Shades of Carrot Orange #F1841D
Tints of Carrot Orange #F1841D
RGB
CMYK
RGB Variations
Color information
#F1841D (or 0xF1841D) is known color: Carrot Orange. HEX triplet: F1, 84 and 1D. RGB value is (241,132,29). Sum of RGB (Red+Green+Blue) = 241+132+29=402 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.95% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 29 (11.72% from 255 or 7.21% from 402); Max value from RGB is 241 - color contains mainly: red. Hex color #F1841D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1841D is #0E7BE2. Grayscale: #999999. Windows color (decimal): -949219 or 1934577. OLE color: 1934577.
HSL color Cylindrical-coordinate representation of color #F1841D: hue angle of 29.15º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F1841D is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 132 | 29 | - |
| CMYK | 0 | 0.45 | 0.88 | 0.05 |
| HSL | 29.15º | 0.88% | 0.53% | - |
| HSV(B) | 29.15º | 0.88% | 0.95% | - |
| XYZ | 44.75 | 35.29 | 5.62 | - |
| YUV | 152.85 | 58.11 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 132 | 29 | 0 | 0.45 | 0.88 | 0.05 | 29.15 | 0.88 | 0.53 |
| Hex | F1 | 84 | 1D | 0 | 2D | 58 | 5 | 1D | 58 | 35 |
| Octal | 361 | 204 | 35 | 0 | 55 | 130 | 5 | 35 | 130 | 65 |
| Binary | 11110001 | 10000100 | 11101 | 0 | 101101 | 1011000 | 101 | 11101 | 1011000 | 110101 |
Color Harmonies of #F1841D
Complementary color
Monochromatic Colors of #F1841D
Black with #F1841D
Text Example
Text Example
White with #F1841D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1841D; }
p { color: rgb(241,132,29); }
H1.HeaderClassName
{
color: #F1841D;
}
.AnyTagClassName
{
color: #F1841D;
}
</style>
background-color css
<style>
a { background-color: #F1841D; }
a { background-color: rgb(241,132,29); }
div.DivClassName
{
background-color: #F1841D;
}
.BgClassName
{
background-color: #F1841D;
}
</style>
border-color css
<style>
span { border-color: #F1841D; }
span { border-color: rgb(241,132,29); }
td.TdClassName
{
border-color: #F1841D;
}
.TagClassName
{
border-color: #F1841D;
}
</style>