Shades of Carrot Orange #F58629
Tints of Carrot Orange #F58629
RGB
CMYK
RGB Variations
Color information
#F58629 (or 0xF58629) is known color: Carrot Orange. HEX triplet: F5, 86 and 29. RGB value is (245,134,41). Sum of RGB (Red+Green+Blue) = 245+134+41=420 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.33% from 420); Green value is 134 (52.73% from 255 or 31.90% from 420); Blue value is 41 (16.41% from 255 or 9.76% from 420); Max value from RGB is 245 - color contains mainly: red. Hex color #F58629 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58629 is #0A79D6. Grayscale: #9D9D9D. Windows color (decimal): -686551 or 2721525. OLE color: 2721525.
HSL color Cylindrical-coordinate representation of color #F58629: hue angle of 27.35º 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 #F58629 is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 134 | 41 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.04 |
| HSL | 27.35º | 0.91% | 0.56% | - |
| HSV(B) | 27.35º | 0.83% | 0.96% | - |
| XYZ | 46.58 | 36.62 | 6.71 | - |
| YUV | 156.59 | 62.77 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 134 | 41 | 0 | 0.45 | 0.83 | 0.04 | 27.35 | 0.91 | 0.56 |
| Hex | F5 | 86 | 29 | 0 | 2D | 53 | 4 | 1B | 5B | 38 |
| Octal | 365 | 206 | 51 | 0 | 55 | 123 | 4 | 33 | 133 | 70 |
| Binary | 11110101 | 10000110 | 101001 | 0 | 101101 | 1010011 | 100 | 11011 | 1011011 | 111000 |
Color Harmonies of #F58629
Complementary color
Monochromatic Colors of #F58629
Black with #F58629
Text Example
Text Example
White with #F58629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58629; }
p { color: rgb(245,134,41); }
H1.HeaderClassName
{
color: #F58629;
}
.AnyTagClassName
{
color: #F58629;
}
</style>
background-color css
<style>
a { background-color: #F58629; }
a { background-color: rgb(245,134,41); }
div.DivClassName
{
background-color: #F58629;
}
.BgClassName
{
background-color: #F58629;
}
</style>
border-color css
<style>
span { border-color: #F58629; }
span { border-color: rgb(245,134,41); }
td.TdClassName
{
border-color: #F58629;
}
.TagClassName
{
border-color: #F58629;
}
</style>