Shades of Outrageous Orange #F4532A
Tints of Outrageous Orange #F4532A
RGB
CMYK
RGB Variations
Color information
#F4532A (or 0xF4532A) is known color: Outrageous Orange. HEX triplet: F4, 53 and 2A. RGB value is (244,83,42). Sum of RGB (Red+Green+Blue) = 244+83+42=369 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.12% from 369); Green value is 83 (32.81% from 255 or 22.49% from 369); Blue value is 42 (16.80% from 255 or 11.38% from 369); Max value from RGB is 244 - color contains mainly: red. Hex color #F4532A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F4532A is #0BACD5. Grayscale: #7E7E7E. Windows color (decimal): -765142 or 2774004. OLE color: 2774004.
HSL color Cylindrical-coordinate representation of color #F4532A: hue angle of 12.18º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F4532A is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 83 | 42 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.04 |
| HSL | 12.18º | 0.9% | 0.56% | - |
| HSV(B) | 12.18º | 0.83% | 0.96% | - |
| XYZ | 40.82 | 25.59 | 4.98 | - |
| YUV | 126.47 | 80.34 | 211.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 83 | 42 | 0 | 0.66 | 0.83 | 0.04 | 12.18 | 0.9 | 0.56 |
| Hex | F4 | 53 | 2A | 0 | 42 | 53 | 4 | C | 5A | 38 |
| Octal | 364 | 123 | 52 | 0 | 102 | 123 | 4 | 14 | 132 | 70 |
| Binary | 11110100 | 1010011 | 101010 | 0 | 1000010 | 1010011 | 100 | 1100 | 1011010 | 111000 |
Color Harmonies of #F4532A
Complementary color
Monochromatic Colors of #F4532A
Black with #F4532A
Text Example
Text Example
White with #F4532A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4532A; }
p { color: rgb(244,83,42); }
H1.HeaderClassName
{
color: #F4532A;
}
.AnyTagClassName
{
color: #F4532A;
}
</style>
background-color css
<style>
a { background-color: #F4532A; }
a { background-color: rgb(244,83,42); }
div.DivClassName
{
background-color: #F4532A;
}
.BgClassName
{
background-color: #F4532A;
}
</style>
border-color css
<style>
span { border-color: #F4532A; }
span { border-color: rgb(244,83,42); }
td.TdClassName
{
border-color: #F4532A;
}
.TagClassName
{
border-color: #F4532A;
}
</style>