Shades of Carrot Orange #F1811A
Tints of Carrot Orange #F1811A
RGB
CMYK
RGB Variations
Color information
#F1811A (or 0xF1811A) is known color: Carrot Orange. HEX triplet: F1, 81 and 1A. RGB value is (241,129,26). Sum of RGB (Red+Green+Blue) = 241+129+26=396 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.86% from 396); Green value is 129 (50.78% from 255 or 32.58% from 396); Blue value is 26 (10.55% from 255 or 6.57% from 396); Max value from RGB is 241 - color contains mainly: red. Hex color #F1811A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1811A is #0E7EE5. Grayscale: #979797. Windows color (decimal): -949990 or 1737201. OLE color: 1737201.
HSL color Cylindrical-coordinate representation of color #F1811A: hue angle of 28.74º 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 #F1811A is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 129 | 26 | - |
| CMYK | 0 | 0.46 | 0.89 | 0.05 |
| HSL | 28.74º | 0.88% | 0.52% | - |
| HSV(B) | 28.74º | 0.89% | 0.95% | - |
| XYZ | 44.31 | 34.48 | 5.3 | - |
| YUV | 150.75 | 57.61 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 129 | 26 | 0 | 0.46 | 0.89 | 0.05 | 28.74 | 0.88 | 0.52 |
| Hex | F1 | 81 | 1A | 0 | 2E | 59 | 5 | 1D | 58 | 34 |
| Octal | 361 | 201 | 32 | 0 | 56 | 131 | 5 | 35 | 130 | 64 |
| Binary | 11110001 | 10000001 | 11010 | 0 | 101110 | 1011001 | 101 | 11101 | 1011000 | 110100 |
Color Harmonies of #F1811A
Complementary color
Monochromatic Colors of #F1811A
Black with #F1811A
Text Example
Text Example
White with #F1811A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1811A; }
p { color: rgb(241,129,26); }
H1.HeaderClassName
{
color: #F1811A;
}
.AnyTagClassName
{
color: #F1811A;
}
</style>
background-color css
<style>
a { background-color: #F1811A; }
a { background-color: rgb(241,129,26); }
div.DivClassName
{
background-color: #F1811A;
}
.BgClassName
{
background-color: #F1811A;
}
</style>
border-color css
<style>
span { border-color: #F1811A; }
span { border-color: rgb(241,129,26); }
td.TdClassName
{
border-color: #F1811A;
}
.TagClassName
{
border-color: #F1811A;
}
</style>