Shades of Carrot Orange #F58614
Tints of Carrot Orange #F58614
RGB
CMYK
RGB Variations
Color information
#F58614 (or 0xF58614) is known color: Carrot Orange. HEX triplet: F5, 86 and 14. RGB value is (245,134,20). Sum of RGB (Red+Green+Blue) = 245+134+20=399 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.40% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 20 (8.20% from 255 or 5.01% from 399); Max value from RGB is 245 - color contains mainly: red. Hex color #F58614 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F58614 is #0A79EB. Grayscale: #9A9A9A. Windows color (decimal): -686572 or 1345269. OLE color: 1345269.
HSL color Cylindrical-coordinate representation of color #F58614: hue angle of 30.4º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F58614 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 134 | 20 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.04 |
| HSL | 30.4º | 0.92% | 0.52% | - |
| HSV(B) | 30.4º | 0.92% | 0.96% | - |
| XYZ | 46.31 | 36.51 | 5.27 | - |
| YUV | 154.19 | 52.27 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 134 | 20 | 0 | 0.45 | 0.92 | 0.04 | 30.4 | 0.92 | 0.52 |
| Hex | F5 | 86 | 14 | 0 | 2D | 5C | 4 | 1E | 5C | 34 |
| Octal | 365 | 206 | 24 | 0 | 55 | 134 | 4 | 36 | 134 | 64 |
| Binary | 11110101 | 10000110 | 10100 | 0 | 101101 | 1011100 | 100 | 11110 | 1011100 | 110100 |
Color Harmonies of #F58614
Complementary color
Monochromatic Colors of #F58614
Black with #F58614
Text Example
Text Example
White with #F58614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58614; }
p { color: rgb(245,134,20); }
H1.HeaderClassName
{
color: #F58614;
}
.AnyTagClassName
{
color: #F58614;
}
</style>
background-color css
<style>
a { background-color: #F58614; }
a { background-color: rgb(245,134,20); }
div.DivClassName
{
background-color: #F58614;
}
.BgClassName
{
background-color: #F58614;
}
</style>
border-color css
<style>
span { border-color: #F58614; }
span { border-color: rgb(245,134,20); }
td.TdClassName
{
border-color: #F58614;
}
.TagClassName
{
border-color: #F58614;
}
</style>