Shades of Sunset Orange #F85341
Tints of Sunset Orange #F85341
RGB
CMYK
RGB Variations
Color information
#F85341 (or 0xF85341) is known color: Sunset Orange. HEX triplet: F8, 53 and 41. RGB value is (248,83,65). Sum of RGB (Red+Green+Blue) = 248+83+65=396 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.63% from 396); Green value is 83 (32.81% from 255 or 20.96% from 396); Blue value is 65 (25.78% from 255 or 16.41% from 396); Max value from RGB is 248 - color contains mainly: red. Hex color #F85341 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85341 is #07ACBE. Grayscale: #828282. Windows color (decimal): -502975 or 4281336. OLE color: 4281336.
HSL color Cylindrical-coordinate representation of color #F85341: hue angle of 5.9º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F85341 is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 83 | 65 | - |
| CMYK | 0 | 0.67 | 0.74 | 0.03 |
| HSL | 5.9º | 0.93% | 0.61% | - |
| HSV(B) | 5.9º | 0.74% | 0.97% | - |
| XYZ | 42.76 | 26.52 | 7.87 | - |
| YUV | 130.28 | 91.16 | 211.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 83 | 65 | 0 | 0.67 | 0.74 | 0.03 | 5.9 | 0.93 | 0.61 |
| Hex | F8 | 53 | 41 | 0 | 43 | 4A | 3 | 6 | 5D | 3D |
| Octal | 370 | 123 | 101 | 0 | 103 | 112 | 3 | 6 | 135 | 75 |
| Binary | 11111000 | 1010011 | 1000001 | 0 | 1000011 | 1001010 | 11 | 110 | 1011101 | 111101 |
Color Harmonies of #F85341
Complementary color
Monochromatic Colors of #F85341
Black with #F85341
Text Example
Text Example
White with #F85341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85341; }
p { color: rgb(248,83,65); }
H1.HeaderClassName
{
color: #F85341;
}
.AnyTagClassName
{
color: #F85341;
}
</style>
background-color css
<style>
a { background-color: #F85341; }
a { background-color: rgb(248,83,65); }
div.DivClassName
{
background-color: #F85341;
}
.BgClassName
{
background-color: #F85341;
}
</style>
border-color css
<style>
span { border-color: #F85341; }
span { border-color: rgb(248,83,65); }
td.TdClassName
{
border-color: #F85341;
}
.TagClassName
{
border-color: #F85341;
}
</style>