Shades of Sunset Orange #F8534B
Tints of Sunset Orange #F8534B
RGB
CMYK
RGB Variations
Color information
#F8534B (or 0xF8534B) is known color: Sunset Orange. HEX triplet: F8, 53 and 4B. RGB value is (248,83,75). Sum of RGB (Red+Green+Blue) = 248+83+75=406 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.08% from 406); Green value is 83 (32.81% from 255 or 20.44% from 406); Blue value is 75 (29.69% from 255 or 18.47% from 406); Max value from RGB is 248 - color contains mainly: red. Hex color #F8534B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8534B is #07ACB4. Grayscale: #838383. Windows color (decimal): -502965 or 4936696. OLE color: 4936696.
HSL color Cylindrical-coordinate representation of color #F8534B: hue angle of 2.77º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F8534B is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 83 | 75 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.03 |
| HSL | 2.77º | 0.93% | 0.63% | - |
| HSV(B) | 2.77º | 0.7% | 0.97% | - |
| XYZ | 43.07 | 26.65 | 9.53 | - |
| YUV | 131.42 | 96.16 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 83 | 75 | 0 | 0.67 | 0.70 | 0.03 | 2.77 | 0.93 | 0.63 |
| Hex | F8 | 53 | 4B | 0 | 43 | 46 | 3 | 3 | 5D | 3F |
| Octal | 370 | 123 | 113 | 0 | 103 | 106 | 3 | 3 | 135 | 77 |
| Binary | 11111000 | 1010011 | 1001011 | 0 | 1000011 | 1000110 | 11 | 11 | 1011101 | 111111 |
Color Harmonies of #F8534B
Complementary color
Monochromatic Colors of #F8534B
Black with #F8534B
Text Example
Text Example
White with #F8534B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8534B; }
p { color: rgb(248,83,75); }
H1.HeaderClassName
{
color: #F8534B;
}
.AnyTagClassName
{
color: #F8534B;
}
</style>
background-color css
<style>
a { background-color: #F8534B; }
a { background-color: rgb(248,83,75); }
div.DivClassName
{
background-color: #F8534B;
}
.BgClassName
{
background-color: #F8534B;
}
</style>
border-color css
<style>
span { border-color: #F8534B; }
span { border-color: rgb(248,83,75); }
td.TdClassName
{
border-color: #F8534B;
}
.TagClassName
{
border-color: #F8534B;
}
</style>