Shades of Sunset Orange #F2533C
Tints of Sunset Orange #F2533C
RGB
CMYK
RGB Variations
Color information
#F2533C (or 0xF2533C) is known color: Sunset Orange. HEX triplet: F2, 53 and 3C. RGB value is (242,83,60). Sum of RGB (Red+Green+Blue) = 242+83+60=385 (50% of max value = 765). Red value is 242 (94.92% from 255 or 62.86% from 385); Green value is 83 (32.81% from 255 or 21.56% from 385); Blue value is 60 (23.83% from 255 or 15.58% from 385); Max value from RGB is 242 - color contains mainly: red. Hex color #F2533C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2533C is #0DACC3. Grayscale: #808080. Windows color (decimal): -896196 or 3953650. OLE color: 3953650.
HSL color Cylindrical-coordinate representation of color #F2533C: hue angle of 7.58º 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 #F2533C is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 60 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.05 |
| HSL | 7.58º | 0.88% | 0.59% | - |
| HSV(B) | 7.58º | 0.75% | 0.95% | - |
| XYZ | 40.53 | 25.39 | 7.04 | - |
| YUV | 127.92 | 89.68 | 209.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 60 | 0 | 0.66 | 0.75 | 0.05 | 7.58 | 0.88 | 0.59 |
| Hex | F2 | 53 | 3C | 0 | 42 | 4B | 5 | 8 | 58 | 3B |
| Octal | 362 | 123 | 74 | 0 | 102 | 113 | 5 | 10 | 130 | 73 |
| Binary | 11110010 | 1010011 | 111100 | 0 | 1000010 | 1001011 | 101 | 1000 | 1011000 | 111011 |
Color Harmonies of #F2533C
Complementary color
Monochromatic Colors of #F2533C
Black with #F2533C
Text Example
Text Example
White with #F2533C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2533C; }
p { color: rgb(242,83,60); }
H1.HeaderClassName
{
color: #F2533C;
}
.AnyTagClassName
{
color: #F2533C;
}
</style>
background-color css
<style>
a { background-color: #F2533C; }
a { background-color: rgb(242,83,60); }
div.DivClassName
{
background-color: #F2533C;
}
.BgClassName
{
background-color: #F2533C;
}
</style>
border-color css
<style>
span { border-color: #F2533C; }
span { border-color: rgb(242,83,60); }
td.TdClassName
{
border-color: #F2533C;
}
.TagClassName
{
border-color: #F2533C;
}
</style>