Shades of Outrageous Orange #F7551F
Tints of Outrageous Orange #F7551F
RGB
CMYK
RGB Variations
Color information
#F7551F (or 0xF7551F) is known color: Outrageous Orange. HEX triplet: F7, 55 and 1F. RGB value is (247,85,31). Sum of RGB (Red+Green+Blue) = 247+85+31=363 (48% of max value = 765). Red value is 247 (96.88% from 255 or 68.04% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 31 (12.5% from 255 or 8.54% from 363); Max value from RGB is 247 - color contains mainly: red. Hex color #F7551F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F7551F is #08AAE0. Grayscale: #7F7F7F. Windows color (decimal): -568033 or 2053623. OLE color: 2053623.
HSL color Cylindrical-coordinate representation of color #F7551F: hue angle of 15º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F7551F is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 85 | 31 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.03 |
| HSL | 15º | 0.93% | 0.55% | - |
| HSV(B) | 15º | 0.87% | 0.97% | - |
| XYZ | 41.85 | 26.37 | 4.18 | - |
| YUV | 127.28 | 73.67 | 213.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 85 | 31 | 0 | 0.66 | 0.87 | 0.03 | 15 | 0.93 | 0.55 |
| Hex | F7 | 55 | 1F | 0 | 42 | 57 | 3 | F | 5D | 37 |
| Octal | 367 | 125 | 37 | 0 | 102 | 127 | 3 | 17 | 135 | 67 |
| Binary | 11110111 | 1010101 | 11111 | 0 | 1000010 | 1010111 | 11 | 1111 | 1011101 | 110111 |
Color Harmonies of #F7551F
Complementary color
Monochromatic Colors of #F7551F
Black with #F7551F
Text Example
Text Example
White with #F7551F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7551F; }
p { color: rgb(247,85,31); }
H1.HeaderClassName
{
color: #F7551F;
}
.AnyTagClassName
{
color: #F7551F;
}
</style>
background-color css
<style>
a { background-color: #F7551F; }
a { background-color: rgb(247,85,31); }
div.DivClassName
{
background-color: #F7551F;
}
.BgClassName
{
background-color: #F7551F;
}
</style>
border-color css
<style>
span { border-color: #F7551F; }
span { border-color: rgb(247,85,31); }
td.TdClassName
{
border-color: #F7551F;
}
.TagClassName
{
border-color: #F7551F;
}
</style>