Shades of Sunset Orange #F84D3D
Tints of Sunset Orange #F84D3D
RGB
CMYK
RGB Variations
Color information
#F84D3D (or 0xF84D3D) is known color: Sunset Orange. HEX triplet: F8, 4D and 3D. RGB value is (248,77,61). Sum of RGB (Red+Green+Blue) = 248+77+61=386 (51% of max value = 765). Red value is 248 (97.27% from 255 or 64.25% from 386); Green value is 77 (30.47% from 255 or 19.95% from 386); Blue value is 61 (24.22% from 255 or 15.80% from 386); Max value from RGB is 248 - color contains mainly: red. Hex color #F84D3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F84D3D is #07B2C2. Grayscale: #7E7E7E. Windows color (decimal): -504515 or 4017656. OLE color: 4017656.
HSL color Cylindrical-coordinate representation of color #F84D3D: hue angle of 5.13º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F84D3D is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 77 | 61 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.03 |
| HSL | 5.13º | 0.93% | 0.61% | - |
| HSV(B) | 5.13º | 0.75% | 0.97% | - |
| XYZ | 42.21 | 25.6 | 7.13 | - |
| YUV | 126.31 | 91.15 | 214.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 77 | 61 | 0 | 0.69 | 0.75 | 0.03 | 5.13 | 0.93 | 0.61 |
| Hex | F8 | 4D | 3D | 0 | 45 | 4B | 3 | 5 | 5D | 3D |
| Octal | 370 | 115 | 75 | 0 | 105 | 113 | 3 | 5 | 135 | 75 |
| Binary | 11111000 | 1001101 | 111101 | 0 | 1000101 | 1001011 | 11 | 101 | 1011101 | 111101 |
Color Harmonies of #F84D3D
Complementary color
Monochromatic Colors of #F84D3D
Black with #F84D3D
Text Example
Text Example
White with #F84D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84D3D; }
p { color: rgb(248,77,61); }
H1.HeaderClassName
{
color: #F84D3D;
}
.AnyTagClassName
{
color: #F84D3D;
}
</style>
background-color css
<style>
a { background-color: #F84D3D; }
a { background-color: rgb(248,77,61); }
div.DivClassName
{
background-color: #F84D3D;
}
.BgClassName
{
background-color: #F84D3D;
}
</style>
border-color css
<style>
span { border-color: #F84D3D; }
span { border-color: rgb(248,77,61); }
td.TdClassName
{
border-color: #F84D3D;
}
.TagClassName
{
border-color: #F84D3D;
}
</style>