Shades of Outrageous Orange #F85C3E
Tints of Outrageous Orange #F85C3E
RGB
CMYK
RGB Variations
Color information
#F85C3E (or 0xF85C3E) is known color: Outrageous Orange. HEX triplet: F8, 5C and 3E. RGB value is (248,92,62). Sum of RGB (Red+Green+Blue) = 248+92+62=402 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.69% from 402); Green value is 92 (36.33% from 255 or 22.89% from 402); Blue value is 62 (24.61% from 255 or 15.42% from 402); Max value from RGB is 248 - color contains mainly: red. Hex color #F85C3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85C3E is #07A3C1. Grayscale: #878787. Windows color (decimal): -500674 or 4087032. OLE color: 4087032.
HSL color Cylindrical-coordinate representation of color #F85C3E: hue angle of 9.68º 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 #F85C3E is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 92 | 62 | - |
| CMYK | 0 | 0.63 | 0.75 | 0.03 |
| HSL | 9.68º | 0.93% | 0.61% | - |
| HSV(B) | 9.68º | 0.75% | 0.97% | - |
| XYZ | 43.41 | 27.96 | 7.67 | - |
| YUV | 135.22 | 86.68 | 208.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 92 | 62 | 0 | 0.63 | 0.75 | 0.03 | 9.68 | 0.93 | 0.61 |
| Hex | F8 | 5C | 3E | 0 | 3F | 4B | 3 | A | 5D | 3D |
| Octal | 370 | 134 | 76 | 0 | 77 | 113 | 3 | 12 | 135 | 75 |
| Binary | 11111000 | 1011100 | 111110 | 0 | 111111 | 1001011 | 11 | 1010 | 1011101 | 111101 |
Color Harmonies of #F85C3E
Complementary color
Monochromatic Colors of #F85C3E
Black with #F85C3E
Text Example
Text Example
White with #F85C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85C3E; }
p { color: rgb(248,92,62); }
H1.HeaderClassName
{
color: #F85C3E;
}
.AnyTagClassName
{
color: #F85C3E;
}
</style>
background-color css
<style>
a { background-color: #F85C3E; }
a { background-color: rgb(248,92,62); }
div.DivClassName
{
background-color: #F85C3E;
}
.BgClassName
{
background-color: #F85C3E;
}
</style>
border-color css
<style>
span { border-color: #F85C3E; }
span { border-color: rgb(248,92,62); }
td.TdClassName
{
border-color: #F85C3E;
}
.TagClassName
{
border-color: #F85C3E;
}
</style>