Shades of Carrot Orange #F58A1E
Tints of Carrot Orange #F58A1E
RGB
CMYK
RGB Variations
Color information
#F58A1E (or 0xF58A1E) is known color: Carrot Orange. HEX triplet: F5, 8A and 1E. RGB value is (245,138,30). Sum of RGB (Red+Green+Blue) = 245+138+30=413 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.32% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 30 (12.11% from 255 or 7.26% from 413); Max value from RGB is 245 - color contains mainly: red. Hex color #F58A1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58A1E is #0A75E1. Grayscale: #9E9E9E. Windows color (decimal): -685538 or 2001653. OLE color: 2001653.
HSL color Cylindrical-coordinate representation of color #F58A1E: hue angle of 30.14º 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 #F58A1E is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 138 | 30 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.04 |
| HSL | 30.14º | 0.91% | 0.54% | - |
| HSV(B) | 30.14º | 0.88% | 0.96% | - |
| XYZ | 46.98 | 37.68 | 6.03 | - |
| YUV | 157.68 | 55.95 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 138 | 30 | 0 | 0.44 | 0.88 | 0.04 | 30.14 | 0.91 | 0.54 |
| Hex | F5 | 8A | 1E | 0 | 2C | 58 | 4 | 1E | 5B | 36 |
| Octal | 365 | 212 | 36 | 0 | 54 | 130 | 4 | 36 | 133 | 66 |
| Binary | 11110101 | 10001010 | 11110 | 0 | 101100 | 1011000 | 100 | 11110 | 1011011 | 110110 |
Color Harmonies of #F58A1E
Complementary color
Monochromatic Colors of #F58A1E
Black with #F58A1E
Text Example
Text Example
White with #F58A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58A1E; }
p { color: rgb(245,138,30); }
H1.HeaderClassName
{
color: #F58A1E;
}
.AnyTagClassName
{
color: #F58A1E;
}
</style>
background-color css
<style>
a { background-color: #F58A1E; }
a { background-color: rgb(245,138,30); }
div.DivClassName
{
background-color: #F58A1E;
}
.BgClassName
{
background-color: #F58A1E;
}
</style>
border-color css
<style>
span { border-color: #F58A1E; }
span { border-color: rgb(245,138,30); }
td.TdClassName
{
border-color: #F58A1E;
}
.TagClassName
{
border-color: #F58A1E;
}
</style>