Shades of Sunset Orange #F2483C
Tints of Sunset Orange #F2483C
RGB
CMYK
RGB Variations
Color information
#F2483C (or 0xF2483C) is known color: Sunset Orange. HEX triplet: F2, 48 and 3C. RGB value is (242,72,60). Sum of RGB (Red+Green+Blue) = 242+72+60=374 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.71% from 374); Green value is 72 (28.52% from 255 or 19.25% from 374); Blue value is 60 (23.83% from 255 or 16.04% from 374); Max value from RGB is 242 - color contains mainly: red. Hex color #F2483C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2483C is #0DB7C3. Grayscale: #797979. Windows color (decimal): -899012 or 3950834. OLE color: 3950834.
HSL color Cylindrical-coordinate representation of color #F2483C: hue angle of 3.96º degrees, saturation: 0.88, 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 #F2483C is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 72 | 60 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.05 |
| HSL | 3.96º | 0.88% | 0.59% | - |
| HSV(B) | 3.96º | 0.75% | 0.95% | - |
| XYZ | 39.75 | 23.84 | 6.78 | - |
| YUV | 121.46 | 93.32 | 213.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 72 | 60 | 0 | 0.70 | 0.75 | 0.05 | 3.96 | 0.88 | 0.59 |
| Hex | F2 | 48 | 3C | 0 | 46 | 4B | 5 | 4 | 58 | 3B |
| Octal | 362 | 110 | 74 | 0 | 106 | 113 | 5 | 4 | 130 | 73 |
| Binary | 11110010 | 1001000 | 111100 | 0 | 1000110 | 1001011 | 101 | 100 | 1011000 | 111011 |
Color Harmonies of #F2483C
Complementary color
Monochromatic Colors of #F2483C
Black with #F2483C
Text Example
Text Example
White with #F2483C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2483C; }
p { color: rgb(242,72,60); }
H1.HeaderClassName
{
color: #F2483C;
}
.AnyTagClassName
{
color: #F2483C;
}
</style>
background-color css
<style>
a { background-color: #F2483C; }
a { background-color: rgb(242,72,60); }
div.DivClassName
{
background-color: #F2483C;
}
.BgClassName
{
background-color: #F2483C;
}
</style>
border-color css
<style>
span { border-color: #F2483C; }
span { border-color: rgb(242,72,60); }
td.TdClassName
{
border-color: #F2483C;
}
.TagClassName
{
border-color: #F2483C;
}
</style>