Shades of Carrot Orange #F1942D
Tints of Carrot Orange #F1942D
RGB
CMYK
RGB Variations
Color information
#F1942D (or 0xF1942D) is known color: Carrot Orange. HEX triplet: F1, 94 and 2D. RGB value is (241,148,45). Sum of RGB (Red+Green+Blue) = 241+148+45=434 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.53% from 434); Green value is 148 (58.20% from 255 or 34.10% from 434); Blue value is 45 (17.97% from 255 or 10.37% from 434); Max value from RGB is 241 - color contains mainly: red. Hex color #F1942D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1942D is #0E6BD2. Grayscale: #A4A4A4. Windows color (decimal): -945107 or 2987249. OLE color: 2987249.
HSL color Cylindrical-coordinate representation of color #F1942D: hue angle of 31.53º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F1942D is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 148 | 45 | - |
| CMYK | 0 | 0.39 | 0.81 | 0.05 |
| HSL | 31.53º | 0.88% | 0.56% | - |
| HSV(B) | 31.53º | 0.81% | 0.95% | - |
| XYZ | 47.34 | 40.07 | 7.72 | - |
| YUV | 164.07 | 60.81 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 148 | 45 | 0 | 0.39 | 0.81 | 0.05 | 31.53 | 0.88 | 0.56 |
| Hex | F1 | 94 | 2D | 0 | 27 | 51 | 5 | 20 | 58 | 38 |
| Octal | 361 | 224 | 55 | 0 | 47 | 121 | 5 | 40 | 130 | 70 |
| Binary | 11110001 | 10010100 | 101101 | 0 | 100111 | 1010001 | 101 | 100000 | 1011000 | 111000 |
Color Harmonies of #F1942D
Complementary color
Monochromatic Colors of #F1942D
Black with #F1942D
Text Example
Text Example
White with #F1942D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1942D; }
p { color: rgb(241,148,45); }
H1.HeaderClassName
{
color: #F1942D;
}
.AnyTagClassName
{
color: #F1942D;
}
</style>
background-color css
<style>
a { background-color: #F1942D; }
a { background-color: rgb(241,148,45); }
div.DivClassName
{
background-color: #F1942D;
}
.BgClassName
{
background-color: #F1942D;
}
</style>
border-color css
<style>
span { border-color: #F1942D; }
span { border-color: rgb(241,148,45); }
td.TdClassName
{
border-color: #F1942D;
}
.TagClassName
{
border-color: #F1942D;
}
</style>