Shades of Carrot Orange #F58D29
Tints of Carrot Orange #F58D29
RGB
CMYK
RGB Variations
Color information
#F58D29 (or 0xF58D29) is known color: Carrot Orange. HEX triplet: F5, 8D and 29. RGB value is (245,141,41). Sum of RGB (Red+Green+Blue) = 245+141+41=427 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.38% from 427); Green value is 141 (55.47% from 255 or 33.02% from 427); Blue value is 41 (16.41% from 255 or 9.60% from 427); Max value from RGB is 245 - color contains mainly: red. Hex color #F58D29 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58D29 is #0A72D6. Grayscale: #A1A1A1. Windows color (decimal): -684759 or 2723317. OLE color: 2723317.
HSL color Cylindrical-coordinate representation of color #F58D29: hue angle of 29.41º 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 #F58D29 is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 141 | 41 | - |
| CMYK | 0 | 0.42 | 0.83 | 0.04 |
| HSL | 29.41º | 0.91% | 0.56% | - |
| HSV(B) | 29.41º | 0.83% | 0.96% | - |
| XYZ | 47.58 | 38.62 | 7.04 | - |
| YUV | 160.7 | 60.46 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 141 | 41 | 0 | 0.42 | 0.83 | 0.04 | 29.41 | 0.91 | 0.56 |
| Hex | F5 | 8D | 29 | 0 | 2A | 53 | 4 | 1D | 5B | 38 |
| Octal | 365 | 215 | 51 | 0 | 52 | 123 | 4 | 35 | 133 | 70 |
| Binary | 11110101 | 10001101 | 101001 | 0 | 101010 | 1010011 | 100 | 11101 | 1011011 | 111000 |
Color Harmonies of #F58D29
Complementary color
Monochromatic Colors of #F58D29
Black with #F58D29
Text Example
Text Example
White with #F58D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58D29; }
p { color: rgb(245,141,41); }
H1.HeaderClassName
{
color: #F58D29;
}
.AnyTagClassName
{
color: #F58D29;
}
</style>
background-color css
<style>
a { background-color: #F58D29; }
a { background-color: rgb(245,141,41); }
div.DivClassName
{
background-color: #F58D29;
}
.BgClassName
{
background-color: #F58D29;
}
</style>
border-color css
<style>
span { border-color: #F58D29; }
span { border-color: rgb(245,141,41); }
td.TdClassName
{
border-color: #F58D29;
}
.TagClassName
{
border-color: #F58D29;
}
</style>