Shades of Outrageous Orange #F4562C
Tints of Outrageous Orange #F4562C
RGB
CMYK
RGB Variations
Color information
#F4562C (or 0xF4562C) is known color: Outrageous Orange. HEX triplet: F4, 56 and 2C. RGB value is (244,86,44). Sum of RGB (Red+Green+Blue) = 244+86+44=374 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.24% from 374); Green value is 86 (33.98% from 255 or 22.99% from 374); Blue value is 44 (17.58% from 255 or 11.76% from 374); Max value from RGB is 244 - color contains mainly: red. Hex color #F4562C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F4562C is #0BA9D3. Grayscale: #808080. Windows color (decimal): -764372 or 2905844. OLE color: 2905844.
HSL color Cylindrical-coordinate representation of color #F4562C: hue angle of 12.6º 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 #F4562C is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 86 | 44 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.04 |
| HSL | 12.6º | 0.9% | 0.56% | - |
| HSV(B) | 12.6º | 0.82% | 0.96% | - |
| XYZ | 41.09 | 26.07 | 5.25 | - |
| YUV | 128.45 | 80.35 | 210.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 86 | 44 | 0 | 0.65 | 0.82 | 0.04 | 12.6 | 0.9 | 0.56 |
| Hex | F4 | 56 | 2C | 0 | 41 | 52 | 4 | D | 5A | 38 |
| Octal | 364 | 126 | 54 | 0 | 101 | 122 | 4 | 15 | 132 | 70 |
| Binary | 11110100 | 1010110 | 101100 | 0 | 1000001 | 1010010 | 100 | 1101 | 1011010 | 111000 |
Color Harmonies of #F4562C
Complementary color
Monochromatic Colors of #F4562C
Black with #F4562C
Text Example
Text Example
White with #F4562C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4562C; }
p { color: rgb(244,86,44); }
H1.HeaderClassName
{
color: #F4562C;
}
.AnyTagClassName
{
color: #F4562C;
}
</style>
background-color css
<style>
a { background-color: #F4562C; }
a { background-color: rgb(244,86,44); }
div.DivClassName
{
background-color: #F4562C;
}
.BgClassName
{
background-color: #F4562C;
}
</style>
border-color css
<style>
span { border-color: #F4562C; }
span { border-color: rgb(244,86,44); }
td.TdClassName
{
border-color: #F4562C;
}
.TagClassName
{
border-color: #F4562C;
}
</style>