Shades of Carrot Orange #F58322
Tints of Carrot Orange #F58322
RGB
CMYK
RGB Variations
Color information
#F58322 (or 0xF58322) is known color: Carrot Orange. HEX triplet: F5, 83 and 22. RGB value is (245,131,34). Sum of RGB (Red+Green+Blue) = 245+131+34=410 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.76% from 410); Green value is 131 (51.56% from 255 or 31.95% from 410); Blue value is 34 (13.67% from 255 or 8.29% from 410); Max value from RGB is 245 - color contains mainly: red. Hex color #F58322 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58322 is #0A7CDD. Grayscale: #9A9A9A. Windows color (decimal): -687326 or 2262005. OLE color: 2262005.
HSL color Cylindrical-coordinate representation of color #F58322: hue angle of 27.58º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F58322 is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 131 | 34 | - |
| CMYK | 0 | 0.47 | 0.86 | 0.04 |
| HSL | 27.58º | 0.91% | 0.55% | - |
| HSV(B) | 27.58º | 0.86% | 0.96% | - |
| XYZ | 46.06 | 35.76 | 5.99 | - |
| YUV | 154.03 | 60.27 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 131 | 34 | 0 | 0.47 | 0.86 | 0.04 | 27.58 | 0.91 | 0.55 |
| Hex | F5 | 83 | 22 | 0 | 2F | 56 | 4 | 1C | 5B | 37 |
| Octal | 365 | 203 | 42 | 0 | 57 | 126 | 4 | 34 | 133 | 67 |
| Binary | 11110101 | 10000011 | 100010 | 0 | 101111 | 1010110 | 100 | 11100 | 1011011 | 110111 |
Color Harmonies of #F58322
Complementary color
Monochromatic Colors of #F58322
Black with #F58322
Text Example
Text Example
White with #F58322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58322; }
p { color: rgb(245,131,34); }
H1.HeaderClassName
{
color: #F58322;
}
.AnyTagClassName
{
color: #F58322;
}
</style>
background-color css
<style>
a { background-color: #F58322; }
a { background-color: rgb(245,131,34); }
div.DivClassName
{
background-color: #F58322;
}
.BgClassName
{
background-color: #F58322;
}
</style>
border-color css
<style>
span { border-color: #F58322; }
span { border-color: rgb(245,131,34); }
td.TdClassName
{
border-color: #F58322;
}
.TagClassName
{
border-color: #F58322;
}
</style>