Shades of Outrageous Orange #F4552B
Tints of Outrageous Orange #F4552B
RGB
CMYK
RGB Variations
Color information
#F4552B (or 0xF4552B) is known color: Outrageous Orange. HEX triplet: F4, 55 and 2B. RGB value is (244,85,43). Sum of RGB (Red+Green+Blue) = 244+85+43=372 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.59% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 43 (17.19% from 255 or 11.56% from 372); Max value from RGB is 244 - color contains mainly: red. Hex color #F4552B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F4552B is #0BAAD4. Grayscale: #808080. Windows color (decimal): -764629 or 2840052. OLE color: 2840052.
HSL color Cylindrical-coordinate representation of color #F4552B: hue angle of 12.54º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F4552B is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 85 | 43 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.04 |
| HSL | 12.54º | 0.9% | 0.56% | - |
| HSV(B) | 12.54º | 0.82% | 0.96% | - |
| XYZ | 40.99 | 25.9 | 5.13 | - |
| YUV | 127.75 | 80.18 | 210.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 85 | 43 | 0 | 0.65 | 0.82 | 0.04 | 12.54 | 0.9 | 0.56 |
| Hex | F4 | 55 | 2B | 0 | 41 | 52 | 4 | D | 5A | 38 |
| Octal | 364 | 125 | 53 | 0 | 101 | 122 | 4 | 15 | 132 | 70 |
| Binary | 11110100 | 1010101 | 101011 | 0 | 1000001 | 1010010 | 100 | 1101 | 1011010 | 111000 |
Color Harmonies of #F4552B
Complementary color
Monochromatic Colors of #F4552B
Black with #F4552B
Text Example
Text Example
White with #F4552B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4552B; }
p { color: rgb(244,85,43); }
H1.HeaderClassName
{
color: #F4552B;
}
.AnyTagClassName
{
color: #F4552B;
}
</style>
background-color css
<style>
a { background-color: #F4552B; }
a { background-color: rgb(244,85,43); }
div.DivClassName
{
background-color: #F4552B;
}
.BgClassName
{
background-color: #F4552B;
}
</style>
border-color css
<style>
span { border-color: #F4552B; }
span { border-color: rgb(244,85,43); }
td.TdClassName
{
border-color: #F4552B;
}
.TagClassName
{
border-color: #F4552B;
}
</style>