Shades of Sunset Orange #F25349
Tints of Sunset Orange #F25349
RGB
CMYK
RGB Variations
Color information
#F25349 (or 0xF25349) is known color: Sunset Orange. HEX triplet: F2, 53 and 49. RGB value is (242,83,73). Sum of RGB (Red+Green+Blue) = 242+83+73=398 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.80% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 73 (28.91% from 255 or 18.34% from 398); Max value from RGB is 242 - color contains mainly: red. Hex color #F25349 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25349 is #0DACB6. Grayscale: #818181. Windows color (decimal): -896183 or 4805618. OLE color: 4805618.
HSL color Cylindrical-coordinate representation of color #F25349: hue angle of 3.55º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F25349 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 73 | - |
| CMYK | 0 | 0.66 | 0.70 | 0.05 |
| HSL | 3.55º | 0.87% | 0.62% | - |
| HSV(B) | 3.55º | 0.7% | 0.95% | - |
| XYZ | 40.91 | 25.54 | 9.08 | - |
| YUV | 129.4 | 96.18 | 208.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 73 | 0 | 0.66 | 0.70 | 0.05 | 3.55 | 0.87 | 0.62 |
| Hex | F2 | 53 | 49 | 0 | 42 | 46 | 5 | 4 | 57 | 3E |
| Octal | 362 | 123 | 111 | 0 | 102 | 106 | 5 | 4 | 127 | 76 |
| Binary | 11110010 | 1010011 | 1001001 | 0 | 1000010 | 1000110 | 101 | 100 | 1010111 | 111110 |
Color Harmonies of #F25349
Complementary color
Monochromatic Colors of #F25349
Black with #F25349
Text Example
Text Example
White with #F25349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25349; }
p { color: rgb(242,83,73); }
H1.HeaderClassName
{
color: #F25349;
}
.AnyTagClassName
{
color: #F25349;
}
</style>
background-color css
<style>
a { background-color: #F25349; }
a { background-color: rgb(242,83,73); }
div.DivClassName
{
background-color: #F25349;
}
.BgClassName
{
background-color: #F25349;
}
</style>
border-color css
<style>
span { border-color: #F25349; }
span { border-color: rgb(242,83,73); }
td.TdClassName
{
border-color: #F25349;
}
.TagClassName
{
border-color: #F25349;
}
</style>