Shades of Sunset Orange #F24F3A
Tints of Sunset Orange #F24F3A
RGB
CMYK
RGB Variations
Color information
#F24F3A (or 0xF24F3A) is known color: Sunset Orange. HEX triplet: F2, 4F and 3A. RGB value is (242,79,58). Sum of RGB (Red+Green+Blue) = 242+79+58=379 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.85% from 379); Green value is 79 (31.25% from 255 or 20.84% from 379); Blue value is 58 (23.05% from 255 or 15.30% from 379); Max value from RGB is 242 - color contains mainly: red. Hex color #F24F3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F24F3A is #0DB0C5. Grayscale: #7D7D7D. Windows color (decimal): -897222 or 3821554. OLE color: 3821554.
HSL color Cylindrical-coordinate representation of color #F24F3A: hue angle of 6.85º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F24F3A is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 79 | 58 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.05 |
| HSL | 6.85º | 0.88% | 0.59% | - |
| HSV(B) | 6.85º | 0.76% | 0.95% | - |
| XYZ | 40.18 | 24.77 | 6.67 | - |
| YUV | 125.34 | 90 | 211.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 79 | 58 | 0 | 0.67 | 0.76 | 0.05 | 6.85 | 0.88 | 0.59 |
| Hex | F2 | 4F | 3A | 0 | 43 | 4C | 5 | 7 | 58 | 3B |
| Octal | 362 | 117 | 72 | 0 | 103 | 114 | 5 | 7 | 130 | 73 |
| Binary | 11110010 | 1001111 | 111010 | 0 | 1000011 | 1001100 | 101 | 111 | 1011000 | 111011 |
Color Harmonies of #F24F3A
Complementary color
Monochromatic Colors of #F24F3A
Black with #F24F3A
Text Example
Text Example
White with #F24F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24F3A; }
p { color: rgb(242,79,58); }
H1.HeaderClassName
{
color: #F24F3A;
}
.AnyTagClassName
{
color: #F24F3A;
}
</style>
background-color css
<style>
a { background-color: #F24F3A; }
a { background-color: rgb(242,79,58); }
div.DivClassName
{
background-color: #F24F3A;
}
.BgClassName
{
background-color: #F24F3A;
}
</style>
border-color css
<style>
span { border-color: #F24F3A; }
span { border-color: rgb(242,79,58); }
td.TdClassName
{
border-color: #F24F3A;
}
.TagClassName
{
border-color: #F24F3A;
}
</style>