Shades of Carrot Orange #F5931E
Tints of Carrot Orange #F5931E
RGB
CMYK
RGB Variations
Color information
#F5931E (or 0xF5931E) is known color: Carrot Orange. HEX triplet: F5, 93 and 1E. RGB value is (245,147,30). Sum of RGB (Red+Green+Blue) = 245+147+30=422 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.06% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 30 (12.11% from 255 or 7.11% from 422); Max value from RGB is 245 - color contains mainly: red. Hex color #F5931E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5931E is #0A6CE1. Grayscale: #A3A3A3. Windows color (decimal): -683234 or 2003957. OLE color: 2003957.
HSL color Cylindrical-coordinate representation of color #F5931E: hue angle of 32.65º 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 #F5931E is Cyan = 0, Magento = 0.4, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 147 | 30 | - |
| CMYK | 0 | 0.4 | 0.88 | 0.04 |
| HSL | 32.65º | 0.91% | 0.54% | - |
| HSV(B) | 32.65º | 0.88% | 0.96% | - |
| XYZ | 48.32 | 40.37 | 6.47 | - |
| YUV | 162.96 | 52.97 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 147 | 30 | 0 | 0.4 | 0.88 | 0.04 | 32.65 | 0.91 | 0.54 |
| Hex | F5 | 93 | 1E | 0 | 28 | 58 | 4 | 21 | 5B | 36 |
| Octal | 365 | 223 | 36 | 0 | 50 | 130 | 4 | 41 | 133 | 66 |
| Binary | 11110101 | 10010011 | 11110 | 0 | 101000 | 1011000 | 100 | 100001 | 1011011 | 110110 |
Color Harmonies of #F5931E
Complementary color
Monochromatic Colors of #F5931E
Black with #F5931E
Text Example
Text Example
White with #F5931E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5931E; }
p { color: rgb(245,147,30); }
H1.HeaderClassName
{
color: #F5931E;
}
.AnyTagClassName
{
color: #F5931E;
}
</style>
background-color css
<style>
a { background-color: #F5931E; }
a { background-color: rgb(245,147,30); }
div.DivClassName
{
background-color: #F5931E;
}
.BgClassName
{
background-color: #F5931E;
}
</style>
border-color css
<style>
span { border-color: #F5931E; }
span { border-color: rgb(245,147,30); }
td.TdClassName
{
border-color: #F5931E;
}
.TagClassName
{
border-color: #F5931E;
}
</style>