Shades of Sunset Orange #F84A42
Tints of Sunset Orange #F84A42
RGB
CMYK
RGB Variations
Color information
#F84A42 (or 0xF84A42) is known color: Sunset Orange. HEX triplet: F8, 4A and 42. RGB value is (248,74,66). Sum of RGB (Red+Green+Blue) = 248+74+66=388 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.92% from 388); Green value is 74 (29.30% from 255 or 19.07% from 388); Blue value is 66 (26.17% from 255 or 17.01% from 388); Max value from RGB is 248 - color contains mainly: red. Hex color #F84A42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F84A42 is #07B5BD. Grayscale: #7D7D7D. Windows color (decimal): -505278 or 4344568. OLE color: 4344568.
HSL color Cylindrical-coordinate representation of color #F84A42: hue angle of 2.64º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F84A42 is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 74 | 66 | - |
| CMYK | 0 | 0.70 | 0.73 | 0.03 |
| HSL | 2.64º | 0.93% | 0.62% | - |
| HSV(B) | 2.64º | 0.73% | 0.97% | - |
| XYZ | 42.14 | 25.25 | 7.81 | - |
| YUV | 125.11 | 94.65 | 215.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 74 | 66 | 0 | 0.70 | 0.73 | 0.03 | 2.64 | 0.93 | 0.62 |
| Hex | F8 | 4A | 42 | 0 | 46 | 49 | 3 | 3 | 5D | 3E |
| Octal | 370 | 112 | 102 | 0 | 106 | 111 | 3 | 3 | 135 | 76 |
| Binary | 11111000 | 1001010 | 1000010 | 0 | 1000110 | 1001001 | 11 | 11 | 1011101 | 111110 |
Color Harmonies of #F84A42
Complementary color
Monochromatic Colors of #F84A42
Black with #F84A42
Text Example
Text Example
White with #F84A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84A42; }
p { color: rgb(248,74,66); }
H1.HeaderClassName
{
color: #F84A42;
}
.AnyTagClassName
{
color: #F84A42;
}
</style>
background-color css
<style>
a { background-color: #F84A42; }
a { background-color: rgb(248,74,66); }
div.DivClassName
{
background-color: #F84A42;
}
.BgClassName
{
background-color: #F84A42;
}
</style>
border-color css
<style>
span { border-color: #F84A42; }
span { border-color: rgb(248,74,66); }
td.TdClassName
{
border-color: #F84A42;
}
.TagClassName
{
border-color: #F84A42;
}
</style>