Shades of Carrot Orange #F5831F
Tints of Carrot Orange #F5831F
RGB
CMYK
RGB Variations
Color information
#F5831F (or 0xF5831F) is known color: Carrot Orange. HEX triplet: F5, 83 and 1F. RGB value is (245,131,31). Sum of RGB (Red+Green+Blue) = 245+131+31=407 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.20% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 31 (12.5% from 255 or 7.62% from 407); Max value from RGB is 245 - color contains mainly: red. Hex color #F5831F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5831F is #0A7CE0. Grayscale: #9A9A9A. Windows color (decimal): -687329 or 2065397. OLE color: 2065397.
HSL color Cylindrical-coordinate representation of color #F5831F: hue angle of 28.04º 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 #F5831F is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 131 | 31 | - |
| CMYK | 0 | 0.47 | 0.87 | 0.04 |
| HSL | 28.04º | 0.91% | 0.54% | - |
| HSV(B) | 28.04º | 0.87% | 0.96% | - |
| XYZ | 46.02 | 35.74 | 5.77 | - |
| YUV | 153.69 | 58.77 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 131 | 31 | 0 | 0.47 | 0.87 | 0.04 | 28.04 | 0.91 | 0.54 |
| Hex | F5 | 83 | 1F | 0 | 2F | 57 | 4 | 1C | 5B | 36 |
| Octal | 365 | 203 | 37 | 0 | 57 | 127 | 4 | 34 | 133 | 66 |
| Binary | 11110101 | 10000011 | 11111 | 0 | 101111 | 1010111 | 100 | 11100 | 1011011 | 110110 |
Color Harmonies of #F5831F
Complementary color
Monochromatic Colors of #F5831F
Black with #F5831F
Text Example
Text Example
White with #F5831F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5831F; }
p { color: rgb(245,131,31); }
H1.HeaderClassName
{
color: #F5831F;
}
.AnyTagClassName
{
color: #F5831F;
}
</style>
background-color css
<style>
a { background-color: #F5831F; }
a { background-color: rgb(245,131,31); }
div.DivClassName
{
background-color: #F5831F;
}
.BgClassName
{
background-color: #F5831F;
}
</style>
border-color css
<style>
span { border-color: #F5831F; }
span { border-color: rgb(245,131,31); }
td.TdClassName
{
border-color: #F5831F;
}
.TagClassName
{
border-color: #F5831F;
}
</style>