Shades of Carrot Orange #F5841E
Tints of Carrot Orange #F5841E
RGB
CMYK
RGB Variations
Color information
#F5841E (or 0xF5841E) is known color: Carrot Orange. HEX triplet: F5, 84 and 1E. RGB value is (245,132,30). Sum of RGB (Red+Green+Blue) = 245+132+30=407 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.20% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 30 (12.11% from 255 or 7.37% from 407); Max value from RGB is 245 - color contains mainly: red. Hex color #F5841E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5841E is #0A7BE1. Grayscale: #9A9A9A. Windows color (decimal): -687074 or 2000117. OLE color: 2000117.
HSL color Cylindrical-coordinate representation of color #F5841E: hue angle of 28.47º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F5841E is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 132 | 30 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.04 |
| HSL | 28.47º | 0.91% | 0.54% | - |
| HSV(B) | 28.47º | 0.88% | 0.96% | - |
| XYZ | 46.14 | 36.01 | 5.75 | - |
| YUV | 154.16 | 57.94 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 132 | 30 | 0 | 0.46 | 0.88 | 0.04 | 28.47 | 0.91 | 0.54 |
| Hex | F5 | 84 | 1E | 0 | 2E | 58 | 4 | 1C | 5B | 36 |
| Octal | 365 | 204 | 36 | 0 | 56 | 130 | 4 | 34 | 133 | 66 |
| Binary | 11110101 | 10000100 | 11110 | 0 | 101110 | 1011000 | 100 | 11100 | 1011011 | 110110 |
Color Harmonies of #F5841E
Complementary color
Monochromatic Colors of #F5841E
Black with #F5841E
Text Example
Text Example
White with #F5841E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5841E; }
p { color: rgb(245,132,30); }
H1.HeaderClassName
{
color: #F5841E;
}
.AnyTagClassName
{
color: #F5841E;
}
</style>
background-color css
<style>
a { background-color: #F5841E; }
a { background-color: rgb(245,132,30); }
div.DivClassName
{
background-color: #F5841E;
}
.BgClassName
{
background-color: #F5841E;
}
</style>
border-color css
<style>
span { border-color: #F5841E; }
span { border-color: rgb(245,132,30); }
td.TdClassName
{
border-color: #F5841E;
}
.TagClassName
{
border-color: #F5841E;
}
</style>