Shades of Outrageous Orange #F85C3F
Tints of Outrageous Orange #F85C3F
RGB
CMYK
RGB Variations
Color information
#F85C3F (or 0xF85C3F) is known color: Outrageous Orange. HEX triplet: F8, 5C and 3F. RGB value is (248,92,63). Sum of RGB (Red+Green+Blue) = 248+92+63=403 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.54% from 403); Green value is 92 (36.33% from 255 or 22.83% from 403); Blue value is 63 (25% from 255 or 15.63% from 403); Max value from RGB is 248 - color contains mainly: red. Hex color #F85C3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85C3F is #07A3C0. Grayscale: #878787. Windows color (decimal): -500673 or 4152568. OLE color: 4152568.
HSL color Cylindrical-coordinate representation of color #F85C3F: hue angle of 9.41º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F85C3F is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 92 | 63 | - |
| CMYK | 0 | 0.63 | 0.75 | 0.03 |
| HSL | 9.41º | 0.93% | 0.61% | - |
| HSV(B) | 9.41º | 0.75% | 0.97% | - |
| XYZ | 43.44 | 27.97 | 7.81 | - |
| YUV | 135.34 | 87.18 | 208.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 92 | 63 | 0 | 0.63 | 0.75 | 0.03 | 9.41 | 0.93 | 0.61 |
| Hex | F8 | 5C | 3F | 0 | 3F | 4B | 3 | 9 | 5D | 3D |
| Octal | 370 | 134 | 77 | 0 | 77 | 113 | 3 | 11 | 135 | 75 |
| Binary | 11111000 | 1011100 | 111111 | 0 | 111111 | 1001011 | 11 | 1001 | 1011101 | 111101 |
Color Harmonies of #F85C3F
Complementary color
Monochromatic Colors of #F85C3F
Black with #F85C3F
Text Example
Text Example
White with #F85C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85C3F; }
p { color: rgb(248,92,63); }
H1.HeaderClassName
{
color: #F85C3F;
}
.AnyTagClassName
{
color: #F85C3F;
}
</style>
background-color css
<style>
a { background-color: #F85C3F; }
a { background-color: rgb(248,92,63); }
div.DivClassName
{
background-color: #F85C3F;
}
.BgClassName
{
background-color: #F85C3F;
}
</style>
border-color css
<style>
span { border-color: #F85C3F; }
span { border-color: rgb(248,92,63); }
td.TdClassName
{
border-color: #F85C3F;
}
.TagClassName
{
border-color: #F85C3F;
}
</style>