Shades of Outrageous Orange #F2552F
Tints of Outrageous Orange #F2552F
RGB
CMYK
RGB Variations
Color information
#F2552F (or 0xF2552F) is known color: Outrageous Orange. HEX triplet: F2, 55 and 2F. RGB value is (242,85,47). Sum of RGB (Red+Green+Blue) = 242+85+47=374 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.71% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 47 (18.75% from 255 or 12.57% from 374); Max value from RGB is 242 - color contains mainly: red. Hex color #F2552F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2552F is #0DAAD0. Grayscale: #7F7F7F. Windows color (decimal): -895697 or 3102194. OLE color: 3102194.
HSL color Cylindrical-coordinate representation of color #F2552F: hue angle of 11.69º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F2552F is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 85 | 47 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.05 |
| HSL | 11.69º | 0.88% | 0.57% | - |
| HSV(B) | 11.69º | 0.81% | 0.95% | - |
| XYZ | 40.38 | 25.58 | 5.5 | - |
| YUV | 127.61 | 82.51 | 209.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 85 | 47 | 0 | 0.65 | 0.81 | 0.05 | 11.69 | 0.88 | 0.57 |
| Hex | F2 | 55 | 2F | 0 | 41 | 51 | 5 | C | 58 | 39 |
| Octal | 362 | 125 | 57 | 0 | 101 | 121 | 5 | 14 | 130 | 71 |
| Binary | 11110010 | 1010101 | 101111 | 0 | 1000001 | 1010001 | 101 | 1100 | 1011000 | 111001 |
Color Harmonies of #F2552F
Complementary color
Monochromatic Colors of #F2552F
Black with #F2552F
Text Example
Text Example
White with #F2552F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2552F; }
p { color: rgb(242,85,47); }
H1.HeaderClassName
{
color: #F2552F;
}
.AnyTagClassName
{
color: #F2552F;
}
</style>
background-color css
<style>
a { background-color: #F2552F; }
a { background-color: rgb(242,85,47); }
div.DivClassName
{
background-color: #F2552F;
}
.BgClassName
{
background-color: #F2552F;
}
</style>
border-color css
<style>
span { border-color: #F2552F; }
span { border-color: rgb(242,85,47); }
td.TdClassName
{
border-color: #F2552F;
}
.TagClassName
{
border-color: #F2552F;
}
</style>