Shades of Carrot Orange #F58225
Tints of Carrot Orange #F58225
RGB
CMYK
RGB Variations
Color information
#F58225 (or 0xF58225) is known color: Carrot Orange. HEX triplet: F5, 82 and 25. RGB value is (245,130,37). Sum of RGB (Red+Green+Blue) = 245+130+37=412 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.47% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 37 (14.84% from 255 or 8.98% from 412); Max value from RGB is 245 - color contains mainly: red. Hex color #F58225 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58225 is #0A7DDA. Grayscale: #9A9A9A. Windows color (decimal): -687579 or 2458357. OLE color: 2458357.
HSL color Cylindrical-coordinate representation of color #F58225: hue angle of 26.83º 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 #F58225 is Cyan = 0, Magento = 0.47, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 130 | 37 | - |
| CMYK | 0 | 0.47 | 0.85 | 0.04 |
| HSL | 26.83º | 0.91% | 0.55% | - |
| HSV(B) | 26.83º | 0.85% | 0.96% | - |
| XYZ | 45.97 | 35.51 | 6.18 | - |
| YUV | 153.78 | 62.1 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 130 | 37 | 0 | 0.47 | 0.85 | 0.04 | 26.83 | 0.91 | 0.55 |
| Hex | F5 | 82 | 25 | 0 | 2F | 55 | 4 | 1B | 5B | 37 |
| Octal | 365 | 202 | 45 | 0 | 57 | 125 | 4 | 33 | 133 | 67 |
| Binary | 11110101 | 10000010 | 100101 | 0 | 101111 | 1010101 | 100 | 11011 | 1011011 | 110111 |
Color Harmonies of #F58225
Complementary color
Monochromatic Colors of #F58225
Black with #F58225
Text Example
Text Example
White with #F58225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58225; }
p { color: rgb(245,130,37); }
H1.HeaderClassName
{
color: #F58225;
}
.AnyTagClassName
{
color: #F58225;
}
</style>
background-color css
<style>
a { background-color: #F58225; }
a { background-color: rgb(245,130,37); }
div.DivClassName
{
background-color: #F58225;
}
.BgClassName
{
background-color: #F58225;
}
</style>
border-color css
<style>
span { border-color: #F58225; }
span { border-color: rgb(245,130,37); }
td.TdClassName
{
border-color: #F58225;
}
.TagClassName
{
border-color: #F58225;
}
</style>