Shades of Outrageous Orange #F85A2F
Tints of Outrageous Orange #F85A2F
RGB
CMYK
RGB Variations
Color information
#F85A2F (or 0xF85A2F) is known color: Outrageous Orange. HEX triplet: F8, 5A and 2F. RGB value is (248,90,47). Sum of RGB (Red+Green+Blue) = 248+90+47=385 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.42% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 47 (18.75% from 255 or 12.21% from 385); Max value from RGB is 248 - color contains mainly: red. Hex color #F85A2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85A2F is #07A5D0. Grayscale: #848484. Windows color (decimal): -501201 or 3103480. OLE color: 3103480.
HSL color Cylindrical-coordinate representation of color #F85A2F: hue angle of 12.84º 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 #F85A2F is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 90 | 47 | - |
| CMYK | 0 | 0.64 | 0.81 | 0.03 |
| HSL | 12.84º | 0.93% | 0.58% | - |
| HSV(B) | 12.84º | 0.81% | 0.97% | - |
| XYZ | 42.88 | 27.47 | 5.73 | - |
| YUV | 132.34 | 79.85 | 210.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 90 | 47 | 0 | 0.64 | 0.81 | 0.03 | 12.84 | 0.93 | 0.58 |
| Hex | F8 | 5A | 2F | 0 | 40 | 51 | 3 | D | 5D | 3A |
| Octal | 370 | 132 | 57 | 0 | 100 | 121 | 3 | 15 | 135 | 72 |
| Binary | 11111000 | 1011010 | 101111 | 0 | 1000000 | 1010001 | 11 | 1101 | 1011101 | 111010 |
Color Harmonies of #F85A2F
Complementary color
Monochromatic Colors of #F85A2F
Black with #F85A2F
Text Example
Text Example
White with #F85A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85A2F; }
p { color: rgb(248,90,47); }
H1.HeaderClassName
{
color: #F85A2F;
}
.AnyTagClassName
{
color: #F85A2F;
}
</style>
background-color css
<style>
a { background-color: #F85A2F; }
a { background-color: rgb(248,90,47); }
div.DivClassName
{
background-color: #F85A2F;
}
.BgClassName
{
background-color: #F85A2F;
}
</style>
border-color css
<style>
span { border-color: #F85A2F; }
span { border-color: rgb(248,90,47); }
td.TdClassName
{
border-color: #F85A2F;
}
.TagClassName
{
border-color: #F85A2F;
}
</style>