Shades of Carrot Orange #F58221
Tints of Carrot Orange #F58221
RGB
CMYK
RGB Variations
Color information
#F58221 (or 0xF58221) is known color: Carrot Orange. HEX triplet: F5, 82 and 21. RGB value is (245,130,33). Sum of RGB (Red+Green+Blue) = 245+130+33=408 (54% of max value = 765). Red value is 245 (96.09% from 255 or 60.05% from 408); Green value is 130 (51.17% from 255 or 31.86% from 408); Blue value is 33 (13.28% from 255 or 8.09% from 408); Max value from RGB is 245 - color contains mainly: red. Hex color #F58221 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58221 is #0A7DDE. Grayscale: #999999. Windows color (decimal): -687583 or 2196213. OLE color: 2196213.
HSL color Cylindrical-coordinate representation of color #F58221: hue angle of 27.45º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F58221 is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 130 | 33 | - |
| CMYK | 0 | 0.47 | 0.87 | 0.04 |
| HSL | 27.45º | 0.91% | 0.55% | - |
| HSV(B) | 27.45º | 0.87% | 0.96% | - |
| XYZ | 45.91 | 35.49 | 5.87 | - |
| YUV | 153.33 | 60.1 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 130 | 33 | 0 | 0.47 | 0.87 | 0.04 | 27.45 | 0.91 | 0.55 |
| Hex | F5 | 82 | 21 | 0 | 2F | 57 | 4 | 1B | 5B | 37 |
| Octal | 365 | 202 | 41 | 0 | 57 | 127 | 4 | 33 | 133 | 67 |
| Binary | 11110101 | 10000010 | 100001 | 0 | 101111 | 1010111 | 100 | 11011 | 1011011 | 110111 |
Color Harmonies of #F58221
Complementary color
Monochromatic Colors of #F58221
Black with #F58221
Text Example
Text Example
White with #F58221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58221; }
p { color: rgb(245,130,33); }
H1.HeaderClassName
{
color: #F58221;
}
.AnyTagClassName
{
color: #F58221;
}
</style>
background-color css
<style>
a { background-color: #F58221; }
a { background-color: rgb(245,130,33); }
div.DivClassName
{
background-color: #F58221;
}
.BgClassName
{
background-color: #F58221;
}
</style>
border-color css
<style>
span { border-color: #F58221; }
span { border-color: rgb(245,130,33); }
td.TdClassName
{
border-color: #F58221;
}
.TagClassName
{
border-color: #F58221;
}
</style>