Shades of Carrot Orange #F59528
Tints of Carrot Orange #F59528
RGB
CMYK
RGB Variations
Color information
#F59528 (or 0xF59528) is known color: Carrot Orange. HEX triplet: F5, 95 and 28. RGB value is (245,149,40). Sum of RGB (Red+Green+Blue) = 245+149+40=434 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.45% from 434); Green value is 149 (58.59% from 255 or 34.33% from 434); Blue value is 40 (16.02% from 255 or 9.22% from 434); Max value from RGB is 245 - color contains mainly: red. Hex color #F59528 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F59528 is #0A6AD7. Grayscale: #A5A5A5. Windows color (decimal): -682712 or 2659829. OLE color: 2659829.
HSL color Cylindrical-coordinate representation of color #F59528: hue angle of 31.9º 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 #F59528 is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 149 | 40 | - |
| CMYK | 0 | 0.39 | 0.84 | 0.04 |
| HSL | 31.9º | 0.91% | 0.56% | - |
| HSV(B) | 31.9º | 0.84% | 0.96% | - |
| XYZ | 48.79 | 41.06 | 7.36 | - |
| YUV | 165.28 | 57.3 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 149 | 40 | 0 | 0.39 | 0.84 | 0.04 | 31.9 | 0.91 | 0.56 |
| Hex | F5 | 95 | 28 | 0 | 27 | 54 | 4 | 20 | 5B | 38 |
| Octal | 365 | 225 | 50 | 0 | 47 | 124 | 4 | 40 | 133 | 70 |
| Binary | 11110101 | 10010101 | 101000 | 0 | 100111 | 1010100 | 100 | 100000 | 1011011 | 111000 |
Color Harmonies of #F59528
Complementary color
Monochromatic Colors of #F59528
Black with #F59528
Text Example
Text Example
White with #F59528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59528; }
p { color: rgb(245,149,40); }
H1.HeaderClassName
{
color: #F59528;
}
.AnyTagClassName
{
color: #F59528;
}
</style>
background-color css
<style>
a { background-color: #F59528; }
a { background-color: rgb(245,149,40); }
div.DivClassName
{
background-color: #F59528;
}
.BgClassName
{
background-color: #F59528;
}
</style>
border-color css
<style>
span { border-color: #F59528; }
span { border-color: rgb(245,149,40); }
td.TdClassName
{
border-color: #F59528;
}
.TagClassName
{
border-color: #F59528;
}
</style>