Shades of Carrot Orange #F58F25
Tints of Carrot Orange #F58F25
RGB
CMYK
RGB Variations
Color information
#F58F25 (or 0xF58F25) is known color: Carrot Orange. HEX triplet: F5, 8F and 25. RGB value is (245,143,37). Sum of RGB (Red+Green+Blue) = 245+143+37=425 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.65% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 37 (14.84% from 255 or 8.71% from 425); Max value from RGB is 245 - color contains mainly: red. Hex color #F58F25 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58F25 is #0A70DA. Grayscale: #A1A1A1. Windows color (decimal): -684251 or 2461685. OLE color: 2461685.
HSL color Cylindrical-coordinate representation of color #F58F25: hue angle of 30.58º 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 #F58F25 is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 143 | 37 | - |
| CMYK | 0 | 0.42 | 0.85 | 0.04 |
| HSL | 30.58º | 0.91% | 0.55% | - |
| HSV(B) | 30.58º | 0.85% | 0.96% | - |
| XYZ | 47.81 | 39.19 | 6.79 | - |
| YUV | 161.41 | 57.79 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 143 | 37 | 0 | 0.42 | 0.85 | 0.04 | 30.58 | 0.91 | 0.55 |
| Hex | F5 | 8F | 25 | 0 | 2A | 55 | 4 | 1F | 5B | 37 |
| Octal | 365 | 217 | 45 | 0 | 52 | 125 | 4 | 37 | 133 | 67 |
| Binary | 11110101 | 10001111 | 100101 | 0 | 101010 | 1010101 | 100 | 11111 | 1011011 | 110111 |
Color Harmonies of #F58F25
Complementary color
Monochromatic Colors of #F58F25
Black with #F58F25
Text Example
Text Example
White with #F58F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58F25; }
p { color: rgb(245,143,37); }
H1.HeaderClassName
{
color: #F58F25;
}
.AnyTagClassName
{
color: #F58F25;
}
</style>
background-color css
<style>
a { background-color: #F58F25; }
a { background-color: rgb(245,143,37); }
div.DivClassName
{
background-color: #F58F25;
}
.BgClassName
{
background-color: #F58F25;
}
</style>
border-color css
<style>
span { border-color: #F58F25; }
span { border-color: rgb(245,143,37); }
td.TdClassName
{
border-color: #F58F25;
}
.TagClassName
{
border-color: #F58F25;
}
</style>