Shades of Carrot Orange #F58320
Tints of Carrot Orange #F58320
RGB
CMYK
RGB Variations
Color information
#F58320 (or 0xF58320) is known color: Carrot Orange. HEX triplet: F5, 83 and 20. RGB value is (245,131,32). Sum of RGB (Red+Green+Blue) = 245+131+32=408 (54% of max value = 765). Red value is 245 (96.09% from 255 or 60.05% from 408); Green value is 131 (51.56% from 255 or 32.11% from 408); Blue value is 32 (12.89% from 255 or 7.84% from 408); Max value from RGB is 245 - color contains mainly: red. Hex color #F58320 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58320 is #0A7CDF. Grayscale: #9A9A9A. Windows color (decimal): -687328 or 2130933. OLE color: 2130933.
HSL color Cylindrical-coordinate representation of color #F58320: hue angle of 27.89º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F58320 is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 131 | 32 | - |
| CMYK | 0 | 0.47 | 0.87 | 0.04 |
| HSL | 27.89º | 0.91% | 0.54% | - |
| HSV(B) | 27.89º | 0.87% | 0.96% | - |
| XYZ | 46.03 | 35.75 | 5.84 | - |
| YUV | 153.8 | 59.27 | 193.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 131 | 32 | 0 | 0.47 | 0.87 | 0.04 | 27.89 | 0.91 | 0.54 |
| Hex | F5 | 83 | 20 | 0 | 2F | 57 | 4 | 1C | 5B | 36 |
| Octal | 365 | 203 | 40 | 0 | 57 | 127 | 4 | 34 | 133 | 66 |
| Binary | 11110101 | 10000011 | 100000 | 0 | 101111 | 1010111 | 100 | 11100 | 1011011 | 110110 |
Color Harmonies of #F58320
Complementary color
Monochromatic Colors of #F58320
Black with #F58320
Text Example
Text Example
White with #F58320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58320; }
p { color: rgb(245,131,32); }
H1.HeaderClassName
{
color: #F58320;
}
.AnyTagClassName
{
color: #F58320;
}
</style>
background-color css
<style>
a { background-color: #F58320; }
a { background-color: rgb(245,131,32); }
div.DivClassName
{
background-color: #F58320;
}
.BgClassName
{
background-color: #F58320;
}
</style>
border-color css
<style>
span { border-color: #F58320; }
span { border-color: rgb(245,131,32); }
td.TdClassName
{
border-color: #F58320;
}
.TagClassName
{
border-color: #F58320;
}
</style>