Shades of Outrageous Orange #F8532F
Tints of Outrageous Orange #F8532F
RGB
CMYK
RGB Variations
Color information
#F8532F (or 0xF8532F) is known color: Outrageous Orange. HEX triplet: F8, 53 and 2F. RGB value is (248,83,47). Sum of RGB (Red+Green+Blue) = 248+83+47=378 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.61% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 47 (18.75% from 255 or 12.43% from 378); Max value from RGB is 248 - color contains mainly: red. Hex color #F8532F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8532F is #07ACD0. Grayscale: #808080. Windows color (decimal): -502993 or 3101688. OLE color: 3101688.
HSL color Cylindrical-coordinate representation of color #F8532F: hue angle of 10.75º 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 #F8532F is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 83 | 47 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.03 |
| HSL | 10.75º | 0.93% | 0.58% | - |
| HSV(B) | 10.75º | 0.81% | 0.97% | - |
| XYZ | 42.32 | 26.35 | 5.54 | - |
| YUV | 128.23 | 82.16 | 213.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 83 | 47 | 0 | 0.67 | 0.81 | 0.03 | 10.75 | 0.93 | 0.58 |
| Hex | F8 | 53 | 2F | 0 | 43 | 51 | 3 | B | 5D | 3A |
| Octal | 370 | 123 | 57 | 0 | 103 | 121 | 3 | 13 | 135 | 72 |
| Binary | 11111000 | 1010011 | 101111 | 0 | 1000011 | 1010001 | 11 | 1011 | 1011101 | 111010 |
Color Harmonies of #F8532F
Complementary color
Monochromatic Colors of #F8532F
Black with #F8532F
Text Example
Text Example
White with #F8532F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8532F; }
p { color: rgb(248,83,47); }
H1.HeaderClassName
{
color: #F8532F;
}
.AnyTagClassName
{
color: #F8532F;
}
</style>
background-color css
<style>
a { background-color: #F8532F; }
a { background-color: rgb(248,83,47); }
div.DivClassName
{
background-color: #F8532F;
}
.BgClassName
{
background-color: #F8532F;
}
</style>
border-color css
<style>
span { border-color: #F8532F; }
span { border-color: rgb(248,83,47); }
td.TdClassName
{
border-color: #F8532F;
}
.TagClassName
{
border-color: #F8532F;
}
</style>