Shades of Carrot Orange #F1882A
Tints of Carrot Orange #F1882A
RGB
CMYK
RGB Variations
Color information
#F1882A (or 0xF1882A) is known color: Carrot Orange. HEX triplet: F1, 88 and 2A. RGB value is (241,136,42). Sum of RGB (Red+Green+Blue) = 241+136+42=419 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.52% from 419); Green value is 136 (53.52% from 255 or 32.46% from 419); Blue value is 42 (16.80% from 255 or 10.02% from 419); Max value from RGB is 241 - color contains mainly: red. Hex color #F1882A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1882A is #0E77D5. Grayscale: #9D9D9D. Windows color (decimal): -948182 or 2787569. OLE color: 2787569.
HSL color Cylindrical-coordinate representation of color #F1882A: hue angle of 28.34º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F1882A is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 136 | 42 | - |
| CMYK | 0 | 0.44 | 0.83 | 0.05 |
| HSL | 28.34º | 0.88% | 0.55% | - |
| HSV(B) | 28.34º | 0.83% | 0.95% | - |
| XYZ | 45.5 | 36.48 | 6.83 | - |
| YUV | 156.68 | 63.29 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 136 | 42 | 0 | 0.44 | 0.83 | 0.05 | 28.34 | 0.88 | 0.55 |
| Hex | F1 | 88 | 2A | 0 | 2C | 53 | 5 | 1C | 58 | 37 |
| Octal | 361 | 210 | 52 | 0 | 54 | 123 | 5 | 34 | 130 | 67 |
| Binary | 11110001 | 10001000 | 101010 | 0 | 101100 | 1010011 | 101 | 11100 | 1011000 | 110111 |
Color Harmonies of #F1882A
Complementary color
Monochromatic Colors of #F1882A
Black with #F1882A
Text Example
Text Example
White with #F1882A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1882A; }
p { color: rgb(241,136,42); }
H1.HeaderClassName
{
color: #F1882A;
}
.AnyTagClassName
{
color: #F1882A;
}
</style>
background-color css
<style>
a { background-color: #F1882A; }
a { background-color: rgb(241,136,42); }
div.DivClassName
{
background-color: #F1882A;
}
.BgClassName
{
background-color: #F1882A;
}
</style>
border-color css
<style>
span { border-color: #F1882A; }
span { border-color: rgb(241,136,42); }
td.TdClassName
{
border-color: #F1882A;
}
.TagClassName
{
border-color: #F1882A;
}
</style>