Shades of Outrageous Orange #F4542F
Tints of Outrageous Orange #F4542F
RGB
CMYK
RGB Variations
Color information
#F4542F (or 0xF4542F) is known color: Outrageous Orange. HEX triplet: F4, 54 and 2F. RGB value is (244,84,47). Sum of RGB (Red+Green+Blue) = 244+84+47=375 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.07% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 47 (18.75% from 255 or 12.53% from 375); Max value from RGB is 244 - color contains mainly: red. Hex color #F4542F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F4542F is #0BABD0. Grayscale: #7F7F7F. Windows color (decimal): -764881 or 3101940. OLE color: 3101940.
HSL color Cylindrical-coordinate representation of color #F4542F: hue angle of 11.27º 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 #F4542F is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 84 | 47 | - |
| CMYK | 0 | 0.66 | 0.81 | 0.04 |
| HSL | 11.27º | 0.9% | 0.57% | - |
| HSV(B) | 11.27º | 0.81% | 0.96% | - |
| XYZ | 40.99 | 25.78 | 5.5 | - |
| YUV | 127.62 | 82.51 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 84 | 47 | 0 | 0.66 | 0.81 | 0.04 | 11.27 | 0.9 | 0.57 |
| Hex | F4 | 54 | 2F | 0 | 42 | 51 | 4 | B | 5A | 39 |
| Octal | 364 | 124 | 57 | 0 | 102 | 121 | 4 | 13 | 132 | 71 |
| Binary | 11110100 | 1010100 | 101111 | 0 | 1000010 | 1010001 | 100 | 1011 | 1011010 | 111001 |
Color Harmonies of #F4542F
Complementary color
Monochromatic Colors of #F4542F
Black with #F4542F
Text Example
Text Example
White with #F4542F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4542F; }
p { color: rgb(244,84,47); }
H1.HeaderClassName
{
color: #F4542F;
}
.AnyTagClassName
{
color: #F4542F;
}
</style>
background-color css
<style>
a { background-color: #F4542F; }
a { background-color: rgb(244,84,47); }
div.DivClassName
{
background-color: #F4542F;
}
.BgClassName
{
background-color: #F4542F;
}
</style>
border-color css
<style>
span { border-color: #F4542F; }
span { border-color: rgb(244,84,47); }
td.TdClassName
{
border-color: #F4542F;
}
.TagClassName
{
border-color: #F4542F;
}
</style>