Shades of Carrot Orange #F58D1A
Tints of Carrot Orange #F58D1A
RGB
CMYK
RGB Variations
Color information
#F58D1A (or 0xF58D1A) is known color: Carrot Orange. HEX triplet: F5, 8D and 1A. RGB value is (245,141,26). Sum of RGB (Red+Green+Blue) = 245+141+26=412 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.47% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 26 (10.55% from 255 or 6.31% from 412); Max value from RGB is 245 - color contains mainly: red. Hex color #F58D1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58D1A is #0A72E5. Grayscale: #9F9F9F. Windows color (decimal): -684774 or 1740277. OLE color: 1740277.
HSL color Cylindrical-coordinate representation of color #F58D1A: hue angle of 31.51º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F58D1A is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 141 | 26 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.04 |
| HSL | 31.51º | 0.92% | 0.53% | - |
| HSV(B) | 31.51º | 0.89% | 0.96% | - |
| XYZ | 47.37 | 38.54 | 5.92 | - |
| YUV | 158.99 | 52.96 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 141 | 26 | 0 | 0.42 | 0.89 | 0.04 | 31.51 | 0.92 | 0.53 |
| Hex | F5 | 8D | 1A | 0 | 2A | 59 | 4 | 20 | 5C | 35 |
| Octal | 365 | 215 | 32 | 0 | 52 | 131 | 4 | 40 | 134 | 65 |
| Binary | 11110101 | 10001101 | 11010 | 0 | 101010 | 1011001 | 100 | 100000 | 1011100 | 110101 |
Color Harmonies of #F58D1A
Complementary color
Monochromatic Colors of #F58D1A
Black with #F58D1A
Text Example
Text Example
White with #F58D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58D1A; }
p { color: rgb(245,141,26); }
H1.HeaderClassName
{
color: #F58D1A;
}
.AnyTagClassName
{
color: #F58D1A;
}
</style>
background-color css
<style>
a { background-color: #F58D1A; }
a { background-color: rgb(245,141,26); }
div.DivClassName
{
background-color: #F58D1A;
}
.BgClassName
{
background-color: #F58D1A;
}
</style>
border-color css
<style>
span { border-color: #F58D1A; }
span { border-color: rgb(245,141,26); }
td.TdClassName
{
border-color: #F58D1A;
}
.TagClassName
{
border-color: #F58D1A;
}
</style>