Shades of Outrageous Orange #F7532F
Tints of Outrageous Orange #F7532F
RGB
CMYK
RGB Variations
Color information
#F7532F (or 0xF7532F) is known color: Outrageous Orange. HEX triplet: F7, 53 and 2F. RGB value is (247,83,47). Sum of RGB (Red+Green+Blue) = 247+83+47=377 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.52% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 47 (18.75% from 255 or 12.47% from 377); Max value from RGB is 247 - color contains mainly: red. Hex color #F7532F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F7532F is #08ACD0. Grayscale: #808080. Windows color (decimal): -568529 or 3101687. OLE color: 3101687.
HSL color Cylindrical-coordinate representation of color #F7532F: hue angle of 10.8º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F7532F is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 83 | 47 | - |
| CMYK | 0 | 0.66 | 0.81 | 0.03 |
| HSL | 10.8º | 0.93% | 0.58% | - |
| HSV(B) | 10.8º | 0.81% | 0.97% | - |
| XYZ | 41.96 | 26.17 | 5.53 | - |
| YUV | 127.93 | 82.33 | 212.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 83 | 47 | 0 | 0.66 | 0.81 | 0.03 | 10.8 | 0.93 | 0.58 |
| Hex | F7 | 53 | 2F | 0 | 42 | 51 | 3 | B | 5D | 3A |
| Octal | 367 | 123 | 57 | 0 | 102 | 121 | 3 | 13 | 135 | 72 |
| Binary | 11110111 | 1010011 | 101111 | 0 | 1000010 | 1010001 | 11 | 1011 | 1011101 | 111010 |
Color Harmonies of #F7532F
Complementary color
Monochromatic Colors of #F7532F
Black with #F7532F
Text Example
Text Example
White with #F7532F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7532F; }
p { color: rgb(247,83,47); }
H1.HeaderClassName
{
color: #F7532F;
}
.AnyTagClassName
{
color: #F7532F;
}
</style>
background-color css
<style>
a { background-color: #F7532F; }
a { background-color: rgb(247,83,47); }
div.DivClassName
{
background-color: #F7532F;
}
.BgClassName
{
background-color: #F7532F;
}
</style>
border-color css
<style>
span { border-color: #F7532F; }
span { border-color: rgb(247,83,47); }
td.TdClassName
{
border-color: #F7532F;
}
.TagClassName
{
border-color: #F7532F;
}
</style>