Shades of Carrot Orange #F58F29
Tints of Carrot Orange #F58F29
RGB
CMYK
RGB Variations
Color information
#F58F29 (or 0xF58F29) is known color: Carrot Orange. HEX triplet: F5, 8F and 29. RGB value is (245,143,41). Sum of RGB (Red+Green+Blue) = 245+143+41=429 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.11% from 429); Green value is 143 (56.25% from 255 or 33.33% from 429); Blue value is 41 (16.41% from 255 or 9.56% from 429); Max value from RGB is 245 - color contains mainly: red. Hex color #F58F29 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58F29 is #0A70D6. Grayscale: #A2A2A2. Windows color (decimal): -684247 or 2723829. OLE color: 2723829.
HSL color Cylindrical-coordinate representation of color #F58F29: hue angle of 30º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F58F29 is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 143 | 41 | - |
| CMYK | 0 | 0.42 | 0.83 | 0.04 |
| HSL | 30º | 0.91% | 0.56% | - |
| HSV(B) | 30º | 0.83% | 0.96% | - |
| XYZ | 47.88 | 39.22 | 7.14 | - |
| YUV | 161.87 | 59.79 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 143 | 41 | 0 | 0.42 | 0.83 | 0.04 | 30 | 0.91 | 0.56 |
| Hex | F5 | 8F | 29 | 0 | 2A | 53 | 4 | 1E | 5B | 38 |
| Octal | 365 | 217 | 51 | 0 | 52 | 123 | 4 | 36 | 133 | 70 |
| Binary | 11110101 | 10001111 | 101001 | 0 | 101010 | 1010011 | 100 | 11110 | 1011011 | 111000 |
Color Harmonies of #F58F29
Complementary color
Monochromatic Colors of #F58F29
Black with #F58F29
Text Example
Text Example
White with #F58F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58F29; }
p { color: rgb(245,143,41); }
H1.HeaderClassName
{
color: #F58F29;
}
.AnyTagClassName
{
color: #F58F29;
}
</style>
background-color css
<style>
a { background-color: #F58F29; }
a { background-color: rgb(245,143,41); }
div.DivClassName
{
background-color: #F58F29;
}
.BgClassName
{
background-color: #F58F29;
}
</style>
border-color css
<style>
span { border-color: #F58F29; }
span { border-color: rgb(245,143,41); }
td.TdClassName
{
border-color: #F58F29;
}
.TagClassName
{
border-color: #F58F29;
}
</style>