Shades of Carrot Orange #F5841F
Tints of Carrot Orange #F5841F
RGB
CMYK
RGB Variations
Color information
#F5841F (or 0xF5841F) is known color: Carrot Orange. HEX triplet: F5, 84 and 1F. RGB value is (245,132,31). Sum of RGB (Red+Green+Blue) = 245+132+31=408 (54% of max value = 765). Red value is 245 (96.09% from 255 or 60.05% from 408); Green value is 132 (51.95% from 255 or 32.35% from 408); Blue value is 31 (12.5% from 255 or 7.60% from 408); Max value from RGB is 245 - color contains mainly: red. Hex color #F5841F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5841F is #0A7BE0. Grayscale: #9A9A9A. Windows color (decimal): -687073 or 2065653. OLE color: 2065653.
HSL color Cylindrical-coordinate representation of color #F5841F: hue angle of 28.32º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F5841F is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 132 | 31 | - |
| CMYK | 0 | 0.46 | 0.87 | 0.04 |
| HSL | 28.32º | 0.91% | 0.54% | - |
| HSV(B) | 28.32º | 0.87% | 0.96% | - |
| XYZ | 46.15 | 36.01 | 5.82 | - |
| YUV | 154.27 | 58.44 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 132 | 31 | 0 | 0.46 | 0.87 | 0.04 | 28.32 | 0.91 | 0.54 |
| Hex | F5 | 84 | 1F | 0 | 2E | 57 | 4 | 1C | 5B | 36 |
| Octal | 365 | 204 | 37 | 0 | 56 | 127 | 4 | 34 | 133 | 66 |
| Binary | 11110101 | 10000100 | 11111 | 0 | 101110 | 1010111 | 100 | 11100 | 1011011 | 110110 |
Color Harmonies of #F5841F
Complementary color
Monochromatic Colors of #F5841F
Black with #F5841F
Text Example
Text Example
White with #F5841F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5841F; }
p { color: rgb(245,132,31); }
H1.HeaderClassName
{
color: #F5841F;
}
.AnyTagClassName
{
color: #F5841F;
}
</style>
background-color css
<style>
a { background-color: #F5841F; }
a { background-color: rgb(245,132,31); }
div.DivClassName
{
background-color: #F5841F;
}
.BgClassName
{
background-color: #F5841F;
}
</style>
border-color css
<style>
span { border-color: #F5841F; }
span { border-color: rgb(245,132,31); }
td.TdClassName
{
border-color: #F5841F;
}
.TagClassName
{
border-color: #F5841F;
}
</style>