Shades of Carrot Orange #F58518
Tints of Carrot Orange #F58518
RGB
CMYK
RGB Variations
Color information
#F58518 (or 0xF58518) is known color: Carrot Orange. HEX triplet: F5, 85 and 18. RGB value is (245,133,24). Sum of RGB (Red+Green+Blue) = 245+133+24=402 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.95% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 24 (9.77% from 255 or 5.97% from 402); Max value from RGB is 245 - color contains mainly: red. Hex color #F58518 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F58518 is #0A7AE7. Grayscale: #9A9A9A. Windows color (decimal): -686824 or 1607157. OLE color: 1607157.
HSL color Cylindrical-coordinate representation of color #F58518: hue angle of 29.59º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F58518 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 133 | 24 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.04 |
| HSL | 29.59º | 0.92% | 0.53% | - |
| HSV(B) | 29.59º | 0.9% | 0.96% | - |
| XYZ | 46.21 | 36.25 | 5.43 | - |
| YUV | 154.06 | 54.61 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 133 | 24 | 0 | 0.46 | 0.90 | 0.04 | 29.59 | 0.92 | 0.53 |
| Hex | F5 | 85 | 18 | 0 | 2E | 5A | 4 | 1E | 5C | 35 |
| Octal | 365 | 205 | 30 | 0 | 56 | 132 | 4 | 36 | 134 | 65 |
| Binary | 11110101 | 10000101 | 11000 | 0 | 101110 | 1011010 | 100 | 11110 | 1011100 | 110101 |
Color Harmonies of #F58518
Complementary color
Monochromatic Colors of #F58518
Black with #F58518
Text Example
Text Example
White with #F58518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58518; }
p { color: rgb(245,133,24); }
H1.HeaderClassName
{
color: #F58518;
}
.AnyTagClassName
{
color: #F58518;
}
</style>
background-color css
<style>
a { background-color: #F58518; }
a { background-color: rgb(245,133,24); }
div.DivClassName
{
background-color: #F58518;
}
.BgClassName
{
background-color: #F58518;
}
</style>
border-color css
<style>
span { border-color: #F58518; }
span { border-color: rgb(245,133,24); }
td.TdClassName
{
border-color: #F58518;
}
.TagClassName
{
border-color: #F58518;
}
</style>