Shades of Outrageous Orange #F85C1D
Tints of Outrageous Orange #F85C1D
RGB
CMYK
RGB Variations
Color information
#F85C1D (or 0xF85C1D) is known color: Outrageous Orange. HEX triplet: F8, 5C and 1D. RGB value is (248,92,29). Sum of RGB (Red+Green+Blue) = 248+92+29=369 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.21% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 29 (11.72% from 255 or 7.86% from 369); Max value from RGB is 248 - color contains mainly: red. Hex color #F85C1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85C1D is #07A3E2. Grayscale: #838383. Windows color (decimal): -500707 or 1924344. OLE color: 1924344.
HSL color Cylindrical-coordinate representation of color #F85C1D: hue angle of 17.26º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F85C1D is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 92 | 29 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.03 |
| HSL | 17.26º | 0.94% | 0.54% | - |
| HSV(B) | 17.26º | 0.88% | 0.97% | - |
| XYZ | 42.76 | 27.7 | 4.26 | - |
| YUV | 131.46 | 70.18 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 92 | 29 | 0 | 0.63 | 0.88 | 0.03 | 17.26 | 0.94 | 0.54 |
| Hex | F8 | 5C | 1D | 0 | 3F | 58 | 3 | 11 | 5E | 36 |
| Octal | 370 | 134 | 35 | 0 | 77 | 130 | 3 | 21 | 136 | 66 |
| Binary | 11111000 | 1011100 | 11101 | 0 | 111111 | 1011000 | 11 | 10001 | 1011110 | 110110 |
Color Harmonies of #F85C1D
Complementary color
Monochromatic Colors of #F85C1D
Black with #F85C1D
Text Example
Text Example
White with #F85C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85C1D; }
p { color: rgb(248,92,29); }
H1.HeaderClassName
{
color: #F85C1D;
}
.AnyTagClassName
{
color: #F85C1D;
}
</style>
background-color css
<style>
a { background-color: #F85C1D; }
a { background-color: rgb(248,92,29); }
div.DivClassName
{
background-color: #F85C1D;
}
.BgClassName
{
background-color: #F85C1D;
}
</style>
border-color css
<style>
span { border-color: #F85C1D; }
span { border-color: rgb(248,92,29); }
td.TdClassName
{
border-color: #F85C1D;
}
.TagClassName
{
border-color: #F85C1D;
}
</style>