Shades of Carrot Orange #F58321
Tints of Carrot Orange #F58321
RGB
CMYK
RGB Variations
Color information
#F58321 (or 0xF58321) is known color: Carrot Orange. HEX triplet: F5, 83 and 21. RGB value is (245,131,33). Sum of RGB (Red+Green+Blue) = 245+131+33=409 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.90% from 409); Green value is 131 (51.56% from 255 or 32.03% from 409); Blue value is 33 (13.28% from 255 or 8.07% from 409); Max value from RGB is 245 - color contains mainly: red. Hex color #F58321 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58321 is #0A7CDE. Grayscale: #9A9A9A. Windows color (decimal): -687327 or 2196469. OLE color: 2196469.
HSL color Cylindrical-coordinate representation of color #F58321: hue angle of 27.74º 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 #F58321 is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 131 | 33 | - |
| CMYK | 0 | 0.47 | 0.87 | 0.04 |
| HSL | 27.74º | 0.91% | 0.55% | - |
| HSV(B) | 27.74º | 0.87% | 0.96% | - |
| XYZ | 46.05 | 35.75 | 5.91 | - |
| YUV | 153.91 | 59.77 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 131 | 33 | 0 | 0.47 | 0.87 | 0.04 | 27.74 | 0.91 | 0.55 |
| Hex | F5 | 83 | 21 | 0 | 2F | 57 | 4 | 1C | 5B | 37 |
| Octal | 365 | 203 | 41 | 0 | 57 | 127 | 4 | 34 | 133 | 67 |
| Binary | 11110101 | 10000011 | 100001 | 0 | 101111 | 1010111 | 100 | 11100 | 1011011 | 110111 |
Color Harmonies of #F58321
Complementary color
Monochromatic Colors of #F58321
Black with #F58321
Text Example
Text Example
White with #F58321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58321; }
p { color: rgb(245,131,33); }
H1.HeaderClassName
{
color: #F58321;
}
.AnyTagClassName
{
color: #F58321;
}
</style>
background-color css
<style>
a { background-color: #F58321; }
a { background-color: rgb(245,131,33); }
div.DivClassName
{
background-color: #F58321;
}
.BgClassName
{
background-color: #F58321;
}
</style>
border-color css
<style>
span { border-color: #F58321; }
span { border-color: rgb(245,131,33); }
td.TdClassName
{
border-color: #F58321;
}
.TagClassName
{
border-color: #F58321;
}
</style>