Shades of Outrageous Orange #F4552F
Tints of Outrageous Orange #F4552F
RGB
CMYK
RGB Variations
Color information
#F4552F (or 0xF4552F) is known color: Outrageous Orange. HEX triplet: F4, 55 and 2F. RGB value is (244,85,47). Sum of RGB (Red+Green+Blue) = 244+85+47=376 (49% of max value = 765). Red value is 244 (95.70% from 255 or 64.89% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 47 (18.75% from 255 or 12.5% from 376); Max value from RGB is 244 - color contains mainly: red. Hex color #F4552F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F4552F is #0BAAD0. Grayscale: #808080. Windows color (decimal): -764625 or 3102196. OLE color: 3102196.
HSL color Cylindrical-coordinate representation of color #F4552F: hue angle of 11.57º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F4552F is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 85 | 47 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.04 |
| HSL | 11.57º | 0.9% | 0.57% | - |
| HSV(B) | 11.57º | 0.81% | 0.96% | - |
| XYZ | 41.07 | 25.94 | 5.53 | - |
| YUV | 128.21 | 82.18 | 210.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 85 | 47 | 0 | 0.65 | 0.81 | 0.04 | 11.57 | 0.9 | 0.57 |
| Hex | F4 | 55 | 2F | 0 | 41 | 51 | 4 | C | 5A | 39 |
| Octal | 364 | 125 | 57 | 0 | 101 | 121 | 4 | 14 | 132 | 71 |
| Binary | 11110100 | 1010101 | 101111 | 0 | 1000001 | 1010001 | 100 | 1100 | 1011010 | 111001 |
Color Harmonies of #F4552F
Complementary color
Monochromatic Colors of #F4552F
Black with #F4552F
Text Example
Text Example
White with #F4552F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4552F; }
p { color: rgb(244,85,47); }
H1.HeaderClassName
{
color: #F4552F;
}
.AnyTagClassName
{
color: #F4552F;
}
</style>
background-color css
<style>
a { background-color: #F4552F; }
a { background-color: rgb(244,85,47); }
div.DivClassName
{
background-color: #F4552F;
}
.BgClassName
{
background-color: #F4552F;
}
</style>
border-color css
<style>
span { border-color: #F4552F; }
span { border-color: rgb(244,85,47); }
td.TdClassName
{
border-color: #F4552F;
}
.TagClassName
{
border-color: #F4552F;
}
</style>