Shades of Carrot Orange #F58529
Tints of Carrot Orange #F58529
RGB
CMYK
RGB Variations
Color information
#F58529 (or 0xF58529) is known color: Carrot Orange. HEX triplet: F5, 85 and 29. RGB value is (245,133,41). Sum of RGB (Red+Green+Blue) = 245+133+41=419 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.47% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 41 (16.41% from 255 or 9.79% from 419); Max value from RGB is 245 - color contains mainly: red. Hex color #F58529 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58529 is #0A7AD6. Grayscale: #9C9C9C. Windows color (decimal): -686807 or 2721269. OLE color: 2721269.
HSL color Cylindrical-coordinate representation of color #F58529: hue angle of 27.06º 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 #F58529 is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 133 | 41 | - |
| CMYK | 0 | 0.46 | 0.83 | 0.04 |
| HSL | 27.06º | 0.91% | 0.56% | - |
| HSV(B) | 27.06º | 0.83% | 0.96% | - |
| XYZ | 46.44 | 36.35 | 6.67 | - |
| YUV | 156 | 63.11 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 133 | 41 | 0 | 0.46 | 0.83 | 0.04 | 27.06 | 0.91 | 0.56 |
| Hex | F5 | 85 | 29 | 0 | 2E | 53 | 4 | 1B | 5B | 38 |
| Octal | 365 | 205 | 51 | 0 | 56 | 123 | 4 | 33 | 133 | 70 |
| Binary | 11110101 | 10000101 | 101001 | 0 | 101110 | 1010011 | 100 | 11011 | 1011011 | 111000 |
Color Harmonies of #F58529
Complementary color
Monochromatic Colors of #F58529
Black with #F58529
Text Example
Text Example
White with #F58529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58529; }
p { color: rgb(245,133,41); }
H1.HeaderClassName
{
color: #F58529;
}
.AnyTagClassName
{
color: #F58529;
}
</style>
background-color css
<style>
a { background-color: #F58529; }
a { background-color: rgb(245,133,41); }
div.DivClassName
{
background-color: #F58529;
}
.BgClassName
{
background-color: #F58529;
}
</style>
border-color css
<style>
span { border-color: #F58529; }
span { border-color: rgb(245,133,41); }
td.TdClassName
{
border-color: #F58529;
}
.TagClassName
{
border-color: #F58529;
}
</style>