Shades of Sunset Orange #F85346
Tints of Sunset Orange #F85346
RGB
CMYK
RGB Variations
Color information
#F85346 (or 0xF85346) is known color: Sunset Orange. HEX triplet: F8, 53 and 46. RGB value is (248,83,70). Sum of RGB (Red+Green+Blue) = 248+83+70=401 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.85% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 70 (27.73% from 255 or 17.46% from 401); Max value from RGB is 248 - color contains mainly: red. Hex color #F85346 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85346 is #07ACB9. Grayscale: #838383. Windows color (decimal): -502970 or 4609016. OLE color: 4609016.
HSL color Cylindrical-coordinate representation of color #F85346: hue angle of 4.38º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F85346 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 83 | 70 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.03 |
| HSL | 4.38º | 0.93% | 0.62% | - |
| HSV(B) | 4.38º | 0.72% | 0.97% | - |
| XYZ | 42.91 | 26.59 | 8.66 | - |
| YUV | 130.85 | 93.66 | 211.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 83 | 70 | 0 | 0.67 | 0.72 | 0.03 | 4.38 | 0.93 | 0.62 |
| Hex | F8 | 53 | 46 | 0 | 43 | 48 | 3 | 4 | 5D | 3E |
| Octal | 370 | 123 | 106 | 0 | 103 | 110 | 3 | 4 | 135 | 76 |
| Binary | 11111000 | 1010011 | 1000110 | 0 | 1000011 | 1001000 | 11 | 100 | 1011101 | 111110 |
Color Harmonies of #F85346
Complementary color
Monochromatic Colors of #F85346
Black with #F85346
Text Example
Text Example
White with #F85346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85346; }
p { color: rgb(248,83,70); }
H1.HeaderClassName
{
color: #F85346;
}
.AnyTagClassName
{
color: #F85346;
}
</style>
background-color css
<style>
a { background-color: #F85346; }
a { background-color: rgb(248,83,70); }
div.DivClassName
{
background-color: #F85346;
}
.BgClassName
{
background-color: #F85346;
}
</style>
border-color css
<style>
span { border-color: #F85346; }
span { border-color: rgb(248,83,70); }
td.TdClassName
{
border-color: #F85346;
}
.TagClassName
{
border-color: #F85346;
}
</style>