Shades of Outrageous Orange #F7551E
Tints of Outrageous Orange #F7551E
RGB
CMYK
RGB Variations
Color information
#F7551E (or 0xF7551E) is known color: Outrageous Orange. HEX triplet: F7, 55 and 1E. RGB value is (247,85,30). Sum of RGB (Red+Green+Blue) = 247+85+30=362 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.23% from 362); Green value is 85 (33.59% from 255 or 23.48% from 362); Blue value is 30 (12.11% from 255 or 8.29% from 362); Max value from RGB is 247 - color contains mainly: red. Hex color #F7551E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F7551E is #08AAE1. Grayscale: #7F7F7F. Windows color (decimal): -568034 or 1988087. OLE color: 1988087.
HSL color Cylindrical-coordinate representation of color #F7551E: hue angle of 15.21º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F7551E is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 85 | 30 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.03 |
| HSL | 15.21º | 0.93% | 0.54% | - |
| HSV(B) | 15.21º | 0.88% | 0.97% | - |
| XYZ | 41.84 | 26.36 | 4.11 | - |
| YUV | 127.17 | 73.17 | 213.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 85 | 30 | 0 | 0.66 | 0.88 | 0.03 | 15.21 | 0.93 | 0.54 |
| Hex | F7 | 55 | 1E | 0 | 42 | 58 | 3 | F | 5D | 36 |
| Octal | 367 | 125 | 36 | 0 | 102 | 130 | 3 | 17 | 135 | 66 |
| Binary | 11110111 | 1010101 | 11110 | 0 | 1000010 | 1011000 | 11 | 1111 | 1011101 | 110110 |
Color Harmonies of #F7551E
Complementary color
Monochromatic Colors of #F7551E
Black with #F7551E
Text Example
Text Example
White with #F7551E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7551E; }
p { color: rgb(247,85,30); }
H1.HeaderClassName
{
color: #F7551E;
}
.AnyTagClassName
{
color: #F7551E;
}
</style>
background-color css
<style>
a { background-color: #F7551E; }
a { background-color: rgb(247,85,30); }
div.DivClassName
{
background-color: #F7551E;
}
.BgClassName
{
background-color: #F7551E;
}
</style>
border-color css
<style>
span { border-color: #F7551E; }
span { border-color: rgb(247,85,30); }
td.TdClassName
{
border-color: #F7551E;
}
.TagClassName
{
border-color: #F7551E;
}
</style>