Shades of Carrot Orange #F1942C
Tints of Carrot Orange #F1942C
RGB
CMYK
RGB Variations
Color information
#F1942C (or 0xF1942C) is known color: Carrot Orange. HEX triplet: F1, 94 and 2C. RGB value is (241,148,44). Sum of RGB (Red+Green+Blue) = 241+148+44=433 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.66% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 44 (17.58% from 255 or 10.16% from 433); Max value from RGB is 241 - color contains mainly: red. Hex color #F1942C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1942C is #0E6BD3. Grayscale: #A4A4A4. Windows color (decimal): -945108 or 2921713. OLE color: 2921713.
HSL color Cylindrical-coordinate representation of color #F1942C: hue angle of 31.68º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F1942C is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 148 | 44 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.05 |
| HSL | 31.68º | 0.88% | 0.56% | - |
| HSV(B) | 31.68º | 0.82% | 0.95% | - |
| XYZ | 47.32 | 40.06 | 7.62 | - |
| YUV | 163.95 | 60.31 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 148 | 44 | 0 | 0.39 | 0.82 | 0.05 | 31.68 | 0.88 | 0.56 |
| Hex | F1 | 94 | 2C | 0 | 27 | 52 | 5 | 20 | 58 | 38 |
| Octal | 361 | 224 | 54 | 0 | 47 | 122 | 5 | 40 | 130 | 70 |
| Binary | 11110001 | 10010100 | 101100 | 0 | 100111 | 1010010 | 101 | 100000 | 1011000 | 111000 |
Color Harmonies of #F1942C
Complementary color
Monochromatic Colors of #F1942C
Black with #F1942C
Text Example
Text Example
White with #F1942C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1942C; }
p { color: rgb(241,148,44); }
H1.HeaderClassName
{
color: #F1942C;
}
.AnyTagClassName
{
color: #F1942C;
}
</style>
background-color css
<style>
a { background-color: #F1942C; }
a { background-color: rgb(241,148,44); }
div.DivClassName
{
background-color: #F1942C;
}
.BgClassName
{
background-color: #F1942C;
}
</style>
border-color css
<style>
span { border-color: #F1942C; }
span { border-color: rgb(241,148,44); }
td.TdClassName
{
border-color: #F1942C;
}
.TagClassName
{
border-color: #F1942C;
}
</style>