Shades of Sunset Orange #F2533B
Tints of Sunset Orange #F2533B
RGB
CMYK
RGB Variations
Color information
#F2533B (or 0xF2533B) is known color: Sunset Orange. HEX triplet: F2, 53 and 3B. RGB value is (242,83,59). Sum of RGB (Red+Green+Blue) = 242+83+59=384 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.02% from 384); Green value is 83 (32.81% from 255 or 21.61% from 384); Blue value is 59 (23.44% from 255 or 15.36% from 384); Max value from RGB is 242 - color contains mainly: red. Hex color #F2533B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2533B is #0DACC4. Grayscale: #808080. Windows color (decimal): -896197 or 3888114. OLE color: 3888114.
HSL color Cylindrical-coordinate representation of color #F2533B: hue angle of 7.87º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F2533B is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 59 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.05 |
| HSL | 7.87º | 0.88% | 0.59% | - |
| HSV(B) | 7.87º | 0.76% | 0.95% | - |
| XYZ | 40.5 | 25.38 | 6.9 | - |
| YUV | 127.81 | 89.18 | 209.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 59 | 0 | 0.66 | 0.76 | 0.05 | 7.87 | 0.88 | 0.59 |
| Hex | F2 | 53 | 3B | 0 | 42 | 4C | 5 | 8 | 58 | 3B |
| Octal | 362 | 123 | 73 | 0 | 102 | 114 | 5 | 10 | 130 | 73 |
| Binary | 11110010 | 1010011 | 111011 | 0 | 1000010 | 1001100 | 101 | 1000 | 1011000 | 111011 |
Color Harmonies of #F2533B
Complementary color
Monochromatic Colors of #F2533B
Black with #F2533B
Text Example
Text Example
White with #F2533B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2533B; }
p { color: rgb(242,83,59); }
H1.HeaderClassName
{
color: #F2533B;
}
.AnyTagClassName
{
color: #F2533B;
}
</style>
background-color css
<style>
a { background-color: #F2533B; }
a { background-color: rgb(242,83,59); }
div.DivClassName
{
background-color: #F2533B;
}
.BgClassName
{
background-color: #F2533B;
}
</style>
border-color css
<style>
span { border-color: #F2533B; }
span { border-color: rgb(242,83,59); }
td.TdClassName
{
border-color: #F2533B;
}
.TagClassName
{
border-color: #F2533B;
}
</style>