Shades of Carrot Orange #F58325
Tints of Carrot Orange #F58325
RGB
CMYK
RGB Variations
Color information
#F58325 (or 0xF58325) is known color: Carrot Orange. HEX triplet: F5, 83 and 25. RGB value is (245,131,37). Sum of RGB (Red+Green+Blue) = 245+131+37=413 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.32% from 413); Green value is 131 (51.56% from 255 or 31.72% from 413); Blue value is 37 (14.84% from 255 or 8.96% from 413); Max value from RGB is 245 - color contains mainly: red. Hex color #F58325 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58325 is #0A7CDA. Grayscale: #9A9A9A. Windows color (decimal): -687323 or 2458613. OLE color: 2458613.
HSL color Cylindrical-coordinate representation of color #F58325: hue angle of 27.12º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F58325 is Cyan = 0, Magento = 0.47, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 131 | 37 | - |
| CMYK | 0 | 0.47 | 0.85 | 0.04 |
| HSL | 27.12º | 0.91% | 0.55% | - |
| HSV(B) | 27.12º | 0.85% | 0.96% | - |
| XYZ | 46.11 | 35.78 | 6.23 | - |
| YUV | 154.37 | 61.77 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 131 | 37 | 0 | 0.47 | 0.85 | 0.04 | 27.12 | 0.91 | 0.55 |
| Hex | F5 | 83 | 25 | 0 | 2F | 55 | 4 | 1B | 5B | 37 |
| Octal | 365 | 203 | 45 | 0 | 57 | 125 | 4 | 33 | 133 | 67 |
| Binary | 11110101 | 10000011 | 100101 | 0 | 101111 | 1010101 | 100 | 11011 | 1011011 | 110111 |
Color Harmonies of #F58325
Complementary color
Monochromatic Colors of #F58325
Black with #F58325
Text Example
Text Example
White with #F58325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58325; }
p { color: rgb(245,131,37); }
H1.HeaderClassName
{
color: #F58325;
}
.AnyTagClassName
{
color: #F58325;
}
</style>
background-color css
<style>
a { background-color: #F58325; }
a { background-color: rgb(245,131,37); }
div.DivClassName
{
background-color: #F58325;
}
.BgClassName
{
background-color: #F58325;
}
</style>
border-color css
<style>
span { border-color: #F58325; }
span { border-color: rgb(245,131,37); }
td.TdClassName
{
border-color: #F58325;
}
.TagClassName
{
border-color: #F58325;
}
</style>