Shades of Outrageous Orange #F2552C
Tints of Outrageous Orange #F2552C
RGB
CMYK
RGB Variations
Color information
#F2552C (or 0xF2552C) is known color: Outrageous Orange. HEX triplet: F2, 55 and 2C. RGB value is (242,85,44). Sum of RGB (Red+Green+Blue) = 242+85+44=371 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.23% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 44 (17.58% from 255 or 11.86% from 371); Max value from RGB is 242 - color contains mainly: red. Hex color #F2552C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2552C is #0DAAD3. Grayscale: #7F7F7F. Windows color (decimal): -895700 or 2905586. OLE color: 2905586.
HSL color Cylindrical-coordinate representation of color #F2552C: hue angle of 12.42º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F2552C is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 85 | 44 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.05 |
| HSL | 12.42º | 0.88% | 0.56% | - |
| HSV(B) | 12.42º | 0.82% | 0.95% | - |
| XYZ | 40.32 | 25.56 | 5.19 | - |
| YUV | 127.27 | 81.01 | 209.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 85 | 44 | 0 | 0.65 | 0.82 | 0.05 | 12.42 | 0.88 | 0.56 |
| Hex | F2 | 55 | 2C | 0 | 41 | 52 | 5 | C | 58 | 38 |
| Octal | 362 | 125 | 54 | 0 | 101 | 122 | 5 | 14 | 130 | 70 |
| Binary | 11110010 | 1010101 | 101100 | 0 | 1000001 | 1010010 | 101 | 1100 | 1011000 | 111000 |
Color Harmonies of #F2552C
Complementary color
Monochromatic Colors of #F2552C
Black with #F2552C
Text Example
Text Example
White with #F2552C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2552C; }
p { color: rgb(242,85,44); }
H1.HeaderClassName
{
color: #F2552C;
}
.AnyTagClassName
{
color: #F2552C;
}
</style>
background-color css
<style>
a { background-color: #F2552C; }
a { background-color: rgb(242,85,44); }
div.DivClassName
{
background-color: #F2552C;
}
.BgClassName
{
background-color: #F2552C;
}
</style>
border-color css
<style>
span { border-color: #F2552C; }
span { border-color: rgb(242,85,44); }
td.TdClassName
{
border-color: #F2552C;
}
.TagClassName
{
border-color: #F2552C;
}
</style>