Shades of Carrot Orange #F58F1E
Tints of Carrot Orange #F58F1E
RGB
CMYK
RGB Variations
Color information
#F58F1E (or 0xF58F1E) is known color: Carrot Orange. HEX triplet: F5, 8F and 1E. RGB value is (245,143,30). Sum of RGB (Red+Green+Blue) = 245+143+30=418 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.61% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 30 (12.11% from 255 or 7.18% from 418); Max value from RGB is 245 - color contains mainly: red. Hex color #F58F1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58F1E is #0A70E1. Grayscale: #A1A1A1. Windows color (decimal): -684258 or 2002933. OLE color: 2002933.
HSL color Cylindrical-coordinate representation of color #F58F1E: hue angle of 31.53º 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 #F58F1E is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 143 | 30 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.04 |
| HSL | 31.53º | 0.91% | 0.54% | - |
| HSV(B) | 31.53º | 0.88% | 0.96% | - |
| XYZ | 47.71 | 39.15 | 6.27 | - |
| YUV | 160.62 | 54.29 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 143 | 30 | 0 | 0.42 | 0.88 | 0.04 | 31.53 | 0.91 | 0.54 |
| Hex | F5 | 8F | 1E | 0 | 2A | 58 | 4 | 20 | 5B | 36 |
| Octal | 365 | 217 | 36 | 0 | 52 | 130 | 4 | 40 | 133 | 66 |
| Binary | 11110101 | 10001111 | 11110 | 0 | 101010 | 1011000 | 100 | 100000 | 1011011 | 110110 |
Color Harmonies of #F58F1E
Complementary color
Monochromatic Colors of #F58F1E
Black with #F58F1E
Text Example
Text Example
White with #F58F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58F1E; }
p { color: rgb(245,143,30); }
H1.HeaderClassName
{
color: #F58F1E;
}
.AnyTagClassName
{
color: #F58F1E;
}
</style>
background-color css
<style>
a { background-color: #F58F1E; }
a { background-color: rgb(245,143,30); }
div.DivClassName
{
background-color: #F58F1E;
}
.BgClassName
{
background-color: #F58F1E;
}
</style>
border-color css
<style>
span { border-color: #F58F1E; }
span { border-color: rgb(245,143,30); }
td.TdClassName
{
border-color: #F58F1E;
}
.TagClassName
{
border-color: #F58F1E;
}
</style>