Shades of Carrot Orange #F58D1F
Tints of Carrot Orange #F58D1F
RGB
CMYK
RGB Variations
Color information
#F58D1F (or 0xF58D1F) is known color: Carrot Orange. HEX triplet: F5, 8D and 1F. RGB value is (245,141,31). Sum of RGB (Red+Green+Blue) = 245+141+31=417 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.75% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 31 (12.5% from 255 or 7.43% from 417); Max value from RGB is 245 - color contains mainly: red. Hex color #F58D1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58D1F is #0A72E0. Grayscale: #A0A0A0. Windows color (decimal): -684769 or 2067957. OLE color: 2067957.
HSL color Cylindrical-coordinate representation of color #F58D1F: hue angle of 30.84º 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 #F58D1F is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 141 | 31 | - |
| CMYK | 0 | 0.42 | 0.87 | 0.04 |
| HSL | 30.84º | 0.91% | 0.54% | - |
| HSV(B) | 30.84º | 0.87% | 0.96% | - |
| XYZ | 47.43 | 38.56 | 6.24 | - |
| YUV | 159.56 | 55.46 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 141 | 31 | 0 | 0.42 | 0.87 | 0.04 | 30.84 | 0.91 | 0.54 |
| Hex | F5 | 8D | 1F | 0 | 2A | 57 | 4 | 1F | 5B | 36 |
| Octal | 365 | 215 | 37 | 0 | 52 | 127 | 4 | 37 | 133 | 66 |
| Binary | 11110101 | 10001101 | 11111 | 0 | 101010 | 1010111 | 100 | 11111 | 1011011 | 110110 |
Color Harmonies of #F58D1F
Complementary color
Monochromatic Colors of #F58D1F
Black with #F58D1F
Text Example
Text Example
White with #F58D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58D1F; }
p { color: rgb(245,141,31); }
H1.HeaderClassName
{
color: #F58D1F;
}
.AnyTagClassName
{
color: #F58D1F;
}
</style>
background-color css
<style>
a { background-color: #F58D1F; }
a { background-color: rgb(245,141,31); }
div.DivClassName
{
background-color: #F58D1F;
}
.BgClassName
{
background-color: #F58D1F;
}
</style>
border-color css
<style>
span { border-color: #F58D1F; }
span { border-color: rgb(245,141,31); }
td.TdClassName
{
border-color: #F58D1F;
}
.TagClassName
{
border-color: #F58D1F;
}
</style>