Shades of Sunset Orange #F8534D
Tints of Sunset Orange #F8534D
RGB
CMYK
RGB Variations
Color information
#F8534D (or 0xF8534D) is known color: Sunset Orange. HEX triplet: F8, 53 and 4D. RGB value is (248,83,77). Sum of RGB (Red+Green+Blue) = 248+83+77=408 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.78% from 408); Green value is 83 (32.81% from 255 or 20.34% from 408); Blue value is 77 (30.47% from 255 or 18.87% from 408); Max value from RGB is 248 - color contains mainly: red. Hex color #F8534D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8534D is #07ACB2. Grayscale: #838383. Windows color (decimal): -502963 or 5067768. OLE color: 5067768.
HSL color Cylindrical-coordinate representation of color #F8534D: hue angle of 2.11º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F8534D is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 83 | 77 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.03 |
| HSL | 2.11º | 0.92% | 0.64% | - |
| HSV(B) | 2.11º | 0.69% | 0.97% | - |
| XYZ | 43.14 | 26.68 | 9.9 | - |
| YUV | 131.65 | 97.16 | 210.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 83 | 77 | 0 | 0.67 | 0.69 | 0.03 | 2.11 | 0.92 | 0.64 |
| Hex | F8 | 53 | 4D | 0 | 43 | 45 | 3 | 2 | 5C | 40 |
| Octal | 370 | 123 | 115 | 0 | 103 | 105 | 3 | 2 | 134 | 100 |
| Binary | 11111000 | 1010011 | 1001101 | 0 | 1000011 | 1000101 | 11 | 10 | 1011100 | 1000000 |
Color Harmonies of #F8534D
Complementary color
Monochromatic Colors of #F8534D
Black with #F8534D
Text Example
Text Example
White with #F8534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8534D; }
p { color: rgb(248,83,77); }
H1.HeaderClassName
{
color: #F8534D;
}
.AnyTagClassName
{
color: #F8534D;
}
</style>
background-color css
<style>
a { background-color: #F8534D; }
a { background-color: rgb(248,83,77); }
div.DivClassName
{
background-color: #F8534D;
}
.BgClassName
{
background-color: #F8534D;
}
</style>
border-color css
<style>
span { border-color: #F8534D; }
span { border-color: rgb(248,83,77); }
td.TdClassName
{
border-color: #F8534D;
}
.TagClassName
{
border-color: #F8534D;
}
</style>