Shades of Sunset Orange #F2483D
Tints of Sunset Orange #F2483D
RGB
CMYK
RGB Variations
Color information
#F2483D (or 0xF2483D) is known color: Sunset Orange. HEX triplet: F2, 48 and 3D. RGB value is (242,72,61). Sum of RGB (Red+Green+Blue) = 242+72+61=375 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.53% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 61 (24.22% from 255 or 16.27% from 375); Max value from RGB is 242 - color contains mainly: red. Hex color #F2483D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2483D is #0DB7C2. Grayscale: #797979. Windows color (decimal): -899011 or 4016370. OLE color: 4016370.
HSL color Cylindrical-coordinate representation of color #F2483D: hue angle of 3.65º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F2483D is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 72 | 61 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.05 |
| HSL | 3.65º | 0.87% | 0.59% | - |
| HSV(B) | 3.65º | 0.75% | 0.95% | - |
| XYZ | 39.78 | 23.85 | 6.92 | - |
| YUV | 121.58 | 93.82 | 213.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 72 | 61 | 0 | 0.70 | 0.75 | 0.05 | 3.65 | 0.87 | 0.59 |
| Hex | F2 | 48 | 3D | 0 | 46 | 4B | 5 | 4 | 57 | 3B |
| Octal | 362 | 110 | 75 | 0 | 106 | 113 | 5 | 4 | 127 | 73 |
| Binary | 11110010 | 1001000 | 111101 | 0 | 1000110 | 1001011 | 101 | 100 | 1010111 | 111011 |
Color Harmonies of #F2483D
Complementary color
Monochromatic Colors of #F2483D
Black with #F2483D
Text Example
Text Example
White with #F2483D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2483D; }
p { color: rgb(242,72,61); }
H1.HeaderClassName
{
color: #F2483D;
}
.AnyTagClassName
{
color: #F2483D;
}
</style>
background-color css
<style>
a { background-color: #F2483D; }
a { background-color: rgb(242,72,61); }
div.DivClassName
{
background-color: #F2483D;
}
.BgClassName
{
background-color: #F2483D;
}
</style>
border-color css
<style>
span { border-color: #F2483D; }
span { border-color: rgb(242,72,61); }
td.TdClassName
{
border-color: #F2483D;
}
.TagClassName
{
border-color: #F2483D;
}
</style>