Shades of Carrot Orange #F58522
Tints of Carrot Orange #F58522
RGB
CMYK
RGB Variations
Color information
#F58522 (or 0xF58522) is known color: Carrot Orange. HEX triplet: F5, 85 and 22. RGB value is (245,133,34). Sum of RGB (Red+Green+Blue) = 245+133+34=412 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.47% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 34 (13.67% from 255 or 8.25% from 412); Max value from RGB is 245 - color contains mainly: red. Hex color #F58522 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58522 is #0A7ADD. Grayscale: #9B9B9B. Windows color (decimal): -686814 or 2262517. OLE color: 2262517.
HSL color Cylindrical-coordinate representation of color #F58522: hue angle of 28.15º 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 #F58522 is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 133 | 34 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.04 |
| HSL | 28.15º | 0.91% | 0.55% | - |
| HSV(B) | 28.15º | 0.86% | 0.96% | - |
| XYZ | 46.33 | 36.3 | 6.08 | - |
| YUV | 155.2 | 59.61 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 133 | 34 | 0 | 0.46 | 0.86 | 0.04 | 28.15 | 0.91 | 0.55 |
| Hex | F5 | 85 | 22 | 0 | 2E | 56 | 4 | 1C | 5B | 37 |
| Octal | 365 | 205 | 42 | 0 | 56 | 126 | 4 | 34 | 133 | 67 |
| Binary | 11110101 | 10000101 | 100010 | 0 | 101110 | 1010110 | 100 | 11100 | 1011011 | 110111 |
Color Harmonies of #F58522
Complementary color
Monochromatic Colors of #F58522
Black with #F58522
Text Example
Text Example
White with #F58522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58522; }
p { color: rgb(245,133,34); }
H1.HeaderClassName
{
color: #F58522;
}
.AnyTagClassName
{
color: #F58522;
}
</style>
background-color css
<style>
a { background-color: #F58522; }
a { background-color: rgb(245,133,34); }
div.DivClassName
{
background-color: #F58522;
}
.BgClassName
{
background-color: #F58522;
}
</style>
border-color css
<style>
span { border-color: #F58522; }
span { border-color: rgb(245,133,34); }
td.TdClassName
{
border-color: #F58522;
}
.TagClassName
{
border-color: #F58522;
}
</style>