Shades of Sunset Orange #F25343
Tints of Sunset Orange #F25343
RGB
CMYK
RGB Variations
Color information
#F25343 (or 0xF25343) is known color: Sunset Orange. HEX triplet: F2, 53 and 43. RGB value is (242,83,67). Sum of RGB (Red+Green+Blue) = 242+83+67=392 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.73% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 67 (26.56% from 255 or 17.09% from 392); Max value from RGB is 242 - color contains mainly: red. Hex color #F25343 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25343 is #0DACBC. Grayscale: #808080. Windows color (decimal): -896189 or 4412402. OLE color: 4412402.
HSL color Cylindrical-coordinate representation of color #F25343: hue angle of 5.49º 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 #F25343 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 67 | - |
| CMYK | 0 | 0.66 | 0.72 | 0.05 |
| HSL | 5.49º | 0.87% | 0.61% | - |
| HSV(B) | 5.49º | 0.72% | 0.95% | - |
| XYZ | 40.72 | 25.47 | 8.08 | - |
| YUV | 128.72 | 93.18 | 208.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 67 | 0 | 0.66 | 0.72 | 0.05 | 5.49 | 0.87 | 0.61 |
| Hex | F2 | 53 | 43 | 0 | 42 | 48 | 5 | 5 | 57 | 3D |
| Octal | 362 | 123 | 103 | 0 | 102 | 110 | 5 | 5 | 127 | 75 |
| Binary | 11110010 | 1010011 | 1000011 | 0 | 1000010 | 1001000 | 101 | 101 | 1010111 | 111101 |
Color Harmonies of #F25343
Complementary color
Monochromatic Colors of #F25343
Black with #F25343
Text Example
Text Example
White with #F25343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25343; }
p { color: rgb(242,83,67); }
H1.HeaderClassName
{
color: #F25343;
}
.AnyTagClassName
{
color: #F25343;
}
</style>
background-color css
<style>
a { background-color: #F25343; }
a { background-color: rgb(242,83,67); }
div.DivClassName
{
background-color: #F25343;
}
.BgClassName
{
background-color: #F25343;
}
</style>
border-color css
<style>
span { border-color: #F25343; }
span { border-color: rgb(242,83,67); }
td.TdClassName
{
border-color: #F25343;
}
.TagClassName
{
border-color: #F25343;
}
</style>