Shades of Sunset Orange #F8534F
Tints of Sunset Orange #F8534F
RGB
CMYK
RGB Variations
Color information
#F8534F (or 0xF8534F) is known color: Sunset Orange. HEX triplet: F8, 53 and 4F. RGB value is (248,83,79). Sum of RGB (Red+Green+Blue) = 248+83+79=410 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.49% from 410); Green value is 83 (32.81% from 255 or 20.24% from 410); Blue value is 79 (31.25% from 255 or 19.27% from 410); Max value from RGB is 248 - color contains mainly: red. Hex color #F8534F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8534F is #07ACB0. Grayscale: #848484. Windows color (decimal): -502961 or 5198840. OLE color: 5198840.
HSL color Cylindrical-coordinate representation of color #F8534F: hue angle of 1.42º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F8534F is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 83 | 79 | - |
| CMYK | 0 | 0.67 | 0.68 | 0.03 |
| HSL | 1.42º | 0.92% | 0.64% | - |
| HSV(B) | 1.42º | 0.68% | 0.97% | - |
| XYZ | 43.22 | 26.71 | 10.27 | - |
| YUV | 131.88 | 98.16 | 210.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 83 | 79 | 0 | 0.67 | 0.68 | 0.03 | 1.42 | 0.92 | 0.64 |
| Hex | F8 | 53 | 4F | 0 | 43 | 44 | 3 | 1 | 5C | 40 |
| Octal | 370 | 123 | 117 | 0 | 103 | 104 | 3 | 1 | 134 | 100 |
| Binary | 11111000 | 1010011 | 1001111 | 0 | 1000011 | 1000100 | 11 | 1 | 1011100 | 1000000 |
Color Harmonies of #F8534F
Complementary color
Monochromatic Colors of #F8534F
Black with #F8534F
Text Example
Text Example
White with #F8534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8534F; }
p { color: rgb(248,83,79); }
H1.HeaderClassName
{
color: #F8534F;
}
.AnyTagClassName
{
color: #F8534F;
}
</style>
background-color css
<style>
a { background-color: #F8534F; }
a { background-color: rgb(248,83,79); }
div.DivClassName
{
background-color: #F8534F;
}
.BgClassName
{
background-color: #F8534F;
}
</style>
border-color css
<style>
span { border-color: #F8534F; }
span { border-color: rgb(248,83,79); }
td.TdClassName
{
border-color: #F8534F;
}
.TagClassName
{
border-color: #F8534F;
}
</style>