Shades of Carrot Orange #F58128
Tints of Carrot Orange #F58128
RGB
CMYK
RGB Variations
Color information
#F58128 (or 0xF58128) is known color: Carrot Orange. HEX triplet: F5, 81 and 28. RGB value is (245,129,40). Sum of RGB (Red+Green+Blue) = 245+129+40=414 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.18% from 414); Green value is 129 (50.78% from 255 or 31.16% from 414); Blue value is 40 (16.02% from 255 or 9.66% from 414); Max value from RGB is 245 - color contains mainly: red. Hex color #F58128 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58128 is #0A7ED7. Grayscale: #9A9A9A. Windows color (decimal): -687832 or 2654709. OLE color: 2654709.
HSL color Cylindrical-coordinate representation of color #F58128: hue angle of 26.05º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F58128 is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 129 | 40 | - |
| CMYK | 0 | 0.47 | 0.84 | 0.04 |
| HSL | 26.05º | 0.91% | 0.56% | - |
| HSV(B) | 26.05º | 0.84% | 0.96% | - |
| XYZ | 45.89 | 35.27 | 6.4 | - |
| YUV | 153.54 | 63.93 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 129 | 40 | 0 | 0.47 | 0.84 | 0.04 | 26.05 | 0.91 | 0.56 |
| Hex | F5 | 81 | 28 | 0 | 2F | 54 | 4 | 1A | 5B | 38 |
| Octal | 365 | 201 | 50 | 0 | 57 | 124 | 4 | 32 | 133 | 70 |
| Binary | 11110101 | 10000001 | 101000 | 0 | 101111 | 1010100 | 100 | 11010 | 1011011 | 111000 |
Color Harmonies of #F58128
Complementary color
Monochromatic Colors of #F58128
Black with #F58128
Text Example
Text Example
White with #F58128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58128; }
p { color: rgb(245,129,40); }
H1.HeaderClassName
{
color: #F58128;
}
.AnyTagClassName
{
color: #F58128;
}
</style>
background-color css
<style>
a { background-color: #F58128; }
a { background-color: rgb(245,129,40); }
div.DivClassName
{
background-color: #F58128;
}
.BgClassName
{
background-color: #F58128;
}
</style>
border-color css
<style>
span { border-color: #F58128; }
span { border-color: rgb(245,129,40); }
td.TdClassName
{
border-color: #F58128;
}
.TagClassName
{
border-color: #F58128;
}
</style>