Shades of Outrageous Orange #F8532E
Tints of Outrageous Orange #F8532E
RGB
CMYK
RGB Variations
Color information
#F8532E (or 0xF8532E) is known color: Outrageous Orange. HEX triplet: F8, 53 and 2E. RGB value is (248,83,46). Sum of RGB (Red+Green+Blue) = 248+83+46=377 (49% of max value = 765). Red value is 248 (97.27% from 255 or 65.78% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 46 (18.36% from 255 or 12.20% from 377); Max value from RGB is 248 - color contains mainly: red. Hex color #F8532E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8532E is #07ACD1. Grayscale: #808080. Windows color (decimal): -502994 or 3036152. OLE color: 3036152.
HSL color Cylindrical-coordinate representation of color #F8532E: hue angle of 10.99º degrees, saturation: 0.94, 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 #F8532E is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 83 | 46 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.03 |
| HSL | 10.99º | 0.94% | 0.58% | - |
| HSV(B) | 10.99º | 0.81% | 0.97% | - |
| XYZ | 42.3 | 26.34 | 5.44 | - |
| YUV | 128.12 | 81.66 | 213.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 83 | 46 | 0 | 0.67 | 0.81 | 0.03 | 10.99 | 0.94 | 0.58 |
| Hex | F8 | 53 | 2E | 0 | 43 | 51 | 3 | B | 5E | 3A |
| Octal | 370 | 123 | 56 | 0 | 103 | 121 | 3 | 13 | 136 | 72 |
| Binary | 11111000 | 1010011 | 101110 | 0 | 1000011 | 1010001 | 11 | 1011 | 1011110 | 111010 |
Color Harmonies of #F8532E
Complementary color
Monochromatic Colors of #F8532E
Black with #F8532E
Text Example
Text Example
White with #F8532E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8532E; }
p { color: rgb(248,83,46); }
H1.HeaderClassName
{
color: #F8532E;
}
.AnyTagClassName
{
color: #F8532E;
}
</style>
background-color css
<style>
a { background-color: #F8532E; }
a { background-color: rgb(248,83,46); }
div.DivClassName
{
background-color: #F8532E;
}
.BgClassName
{
background-color: #F8532E;
}
</style>
border-color css
<style>
span { border-color: #F8532E; }
span { border-color: rgb(248,83,46); }
td.TdClassName
{
border-color: #F8532E;
}
.TagClassName
{
border-color: #F8532E;
}
</style>