Shades of Carrot Orange #F58A1D
Tints of Carrot Orange #F58A1D
RGB
CMYK
RGB Variations
Color information
#F58A1D (or 0xF58A1D) is known color: Carrot Orange. HEX triplet: F5, 8A and 1D. RGB value is (245,138,29). Sum of RGB (Red+Green+Blue) = 245+138+29=412 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.47% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 29 (11.72% from 255 or 7.04% from 412); Max value from RGB is 245 - color contains mainly: red. Hex color #F58A1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58A1D is #0A75E2. Grayscale: #9E9E9E. Windows color (decimal): -685539 or 1936117. OLE color: 1936117.
HSL color Cylindrical-coordinate representation of color #F58A1D: hue angle of 30.28º degrees, saturation: 0.92, 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 #F58A1D is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 138 | 29 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.04 |
| HSL | 30.28º | 0.92% | 0.54% | - |
| HSV(B) | 30.28º | 0.88% | 0.96% | - |
| XYZ | 46.97 | 37.68 | 5.96 | - |
| YUV | 157.57 | 55.45 | 190.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 138 | 29 | 0 | 0.44 | 0.88 | 0.04 | 30.28 | 0.92 | 0.54 |
| Hex | F5 | 8A | 1D | 0 | 2C | 58 | 4 | 1E | 5C | 36 |
| Octal | 365 | 212 | 35 | 0 | 54 | 130 | 4 | 36 | 134 | 66 |
| Binary | 11110101 | 10001010 | 11101 | 0 | 101100 | 1011000 | 100 | 11110 | 1011100 | 110110 |
Color Harmonies of #F58A1D
Complementary color
Monochromatic Colors of #F58A1D
Black with #F58A1D
Text Example
Text Example
White with #F58A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58A1D; }
p { color: rgb(245,138,29); }
H1.HeaderClassName
{
color: #F58A1D;
}
.AnyTagClassName
{
color: #F58A1D;
}
</style>
background-color css
<style>
a { background-color: #F58A1D; }
a { background-color: rgb(245,138,29); }
div.DivClassName
{
background-color: #F58A1D;
}
.BgClassName
{
background-color: #F58A1D;
}
</style>
border-color css
<style>
span { border-color: #F58A1D; }
span { border-color: rgb(245,138,29); }
td.TdClassName
{
border-color: #F58A1D;
}
.TagClassName
{
border-color: #F58A1D;
}
</style>