Shades of Outrageous Orange #F4522D
Tints of Outrageous Orange #F4522D
RGB
CMYK
RGB Variations
Color information
#F4522D (or 0xF4522D) is known color: Outrageous Orange. HEX triplet: F4, 52 and 2D. RGB value is (244,82,45). Sum of RGB (Red+Green+Blue) = 244+82+45=371 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.77% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 45 (17.97% from 255 or 12.13% from 371); Max value from RGB is 244 - color contains mainly: red. Hex color #F4522D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F4522D is #0BADD2. Grayscale: #7E7E7E. Windows color (decimal): -765395 or 2970356. OLE color: 2970356.
HSL color Cylindrical-coordinate representation of color #F4522D: hue angle of 11.16º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F4522D is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 82 | 45 | - |
| CMYK | 0 | 0.66 | 0.82 | 0.04 |
| HSL | 11.16º | 0.9% | 0.57% | - |
| HSV(B) | 11.16º | 0.82% | 0.96% | - |
| XYZ | 40.8 | 25.46 | 5.25 | - |
| YUV | 126.22 | 82.17 | 212.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 82 | 45 | 0 | 0.66 | 0.82 | 0.04 | 11.16 | 0.9 | 0.57 |
| Hex | F4 | 52 | 2D | 0 | 42 | 52 | 4 | B | 5A | 39 |
| Octal | 364 | 122 | 55 | 0 | 102 | 122 | 4 | 13 | 132 | 71 |
| Binary | 11110100 | 1010010 | 101101 | 0 | 1000010 | 1010010 | 100 | 1011 | 1011010 | 111001 |
Color Harmonies of #F4522D
Complementary color
Monochromatic Colors of #F4522D
Black with #F4522D
Text Example
Text Example
White with #F4522D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4522D; }
p { color: rgb(244,82,45); }
H1.HeaderClassName
{
color: #F4522D;
}
.AnyTagClassName
{
color: #F4522D;
}
</style>
background-color css
<style>
a { background-color: #F4522D; }
a { background-color: rgb(244,82,45); }
div.DivClassName
{
background-color: #F4522D;
}
.BgClassName
{
background-color: #F4522D;
}
</style>
border-color css
<style>
span { border-color: #F4522D; }
span { border-color: rgb(244,82,45); }
td.TdClassName
{
border-color: #F4522D;
}
.TagClassName
{
border-color: #F4522D;
}
</style>