Shades of Outrageous Orange #F2551F
Tints of Outrageous Orange #F2551F
RGB
CMYK
RGB Variations
Color information
#F2551F (or 0xF2551F) is known color: Outrageous Orange. HEX triplet: F2, 55 and 1F. RGB value is (242,85,31). Sum of RGB (Red+Green+Blue) = 242+85+31=358 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.60% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 31 (12.5% from 255 or 8.66% from 358); Max value from RGB is 242 - color contains mainly: red. Hex color #F2551F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2551F is #0DAAE0. Grayscale: #7E7E7E. Windows color (decimal): -895713 or 2053618. OLE color: 2053618.
HSL color Cylindrical-coordinate representation of color #F2551F: hue angle of 15.36º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F2551F is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 85 | 31 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.05 |
| HSL | 15.36º | 0.89% | 0.54% | - |
| HSV(B) | 15.36º | 0.87% | 0.95% | - |
| XYZ | 40.11 | 25.47 | 4.1 | - |
| YUV | 125.79 | 74.51 | 210.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 85 | 31 | 0 | 0.65 | 0.87 | 0.05 | 15.36 | 0.89 | 0.54 |
| Hex | F2 | 55 | 1F | 0 | 41 | 57 | 5 | F | 59 | 36 |
| Octal | 362 | 125 | 37 | 0 | 101 | 127 | 5 | 17 | 131 | 66 |
| Binary | 11110010 | 1010101 | 11111 | 0 | 1000001 | 1010111 | 101 | 1111 | 1011001 | 110110 |
Color Harmonies of #F2551F
Complementary color
Monochromatic Colors of #F2551F
Black with #F2551F
Text Example
Text Example
White with #F2551F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2551F; }
p { color: rgb(242,85,31); }
H1.HeaderClassName
{
color: #F2551F;
}
.AnyTagClassName
{
color: #F2551F;
}
</style>
background-color css
<style>
a { background-color: #F2551F; }
a { background-color: rgb(242,85,31); }
div.DivClassName
{
background-color: #F2551F;
}
.BgClassName
{
background-color: #F2551F;
}
</style>
border-color css
<style>
span { border-color: #F2551F; }
span { border-color: rgb(242,85,31); }
td.TdClassName
{
border-color: #F2551F;
}
.TagClassName
{
border-color: #F2551F;
}
</style>