Shades of Sunset Orange #F25143
Tints of Sunset Orange #F25143
RGB
CMYK
RGB Variations
Color information
#F25143 (or 0xF25143) is known color: Sunset Orange. HEX triplet: F2, 51 and 43. RGB value is (242,81,67). Sum of RGB (Red+Green+Blue) = 242+81+67=390 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.05% from 390); Green value is 81 (32.03% from 255 or 20.77% from 390); Blue value is 67 (26.56% from 255 or 17.18% from 390); Max value from RGB is 242 - color contains mainly: red. Hex color #F25143 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25143 is #0DAEBC. Grayscale: #7F7F7F. Windows color (decimal): -896701 or 4411890. OLE color: 4411890.
HSL color Cylindrical-coordinate representation of color #F25143: hue angle of 4.8º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F25143 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 81 | 67 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.05 |
| HSL | 4.8º | 0.87% | 0.61% | - |
| HSV(B) | 4.8º | 0.72% | 0.95% | - |
| XYZ | 40.57 | 25.17 | 8.03 | - |
| YUV | 127.54 | 93.84 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 81 | 67 | 0 | 0.67 | 0.72 | 0.05 | 4.8 | 0.87 | 0.61 |
| Hex | F2 | 51 | 43 | 0 | 43 | 48 | 5 | 5 | 57 | 3D |
| Octal | 362 | 121 | 103 | 0 | 103 | 110 | 5 | 5 | 127 | 75 |
| Binary | 11110010 | 1010001 | 1000011 | 0 | 1000011 | 1001000 | 101 | 101 | 1010111 | 111101 |
Color Harmonies of #F25143
Complementary color
Monochromatic Colors of #F25143
Black with #F25143
Text Example
Text Example
White with #F25143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25143; }
p { color: rgb(242,81,67); }
H1.HeaderClassName
{
color: #F25143;
}
.AnyTagClassName
{
color: #F25143;
}
</style>
background-color css
<style>
a { background-color: #F25143; }
a { background-color: rgb(242,81,67); }
div.DivClassName
{
background-color: #F25143;
}
.BgClassName
{
background-color: #F25143;
}
</style>
border-color css
<style>
span { border-color: #F25143; }
span { border-color: rgb(242,81,67); }
td.TdClassName
{
border-color: #F25143;
}
.TagClassName
{
border-color: #F25143;
}
</style>