Shades of Sunset Orange #F2503C
Tints of Sunset Orange #F2503C
RGB
CMYK
RGB Variations
Color information
#F2503C (or 0xF2503C) is known color: Sunset Orange. HEX triplet: F2, 50 and 3C. RGB value is (242,80,60). Sum of RGB (Red+Green+Blue) = 242+80+60=382 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.35% from 382); Green value is 80 (31.64% from 255 or 20.94% from 382); Blue value is 60 (23.83% from 255 or 15.71% from 382); Max value from RGB is 242 - color contains mainly: red. Hex color #F2503C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2503C is #0DAFC3. Grayscale: #7E7E7E. Windows color (decimal): -896964 or 3952882. OLE color: 3952882.
HSL color Cylindrical-coordinate representation of color #F2503C: hue angle of 6.59º 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 #F2503C is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 80 | 60 | - |
| CMYK | 0 | 0.67 | 0.75 | 0.05 |
| HSL | 6.59º | 0.88% | 0.59% | - |
| HSV(B) | 6.59º | 0.75% | 0.95% | - |
| XYZ | 40.3 | 24.94 | 6.96 | - |
| YUV | 126.16 | 90.67 | 210.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 80 | 60 | 0 | 0.67 | 0.75 | 0.05 | 6.59 | 0.88 | 0.59 |
| Hex | F2 | 50 | 3C | 0 | 43 | 4B | 5 | 7 | 58 | 3B |
| Octal | 362 | 120 | 74 | 0 | 103 | 113 | 5 | 7 | 130 | 73 |
| Binary | 11110010 | 1010000 | 111100 | 0 | 1000011 | 1001011 | 101 | 111 | 1011000 | 111011 |
Color Harmonies of #F2503C
Complementary color
Monochromatic Colors of #F2503C
Black with #F2503C
Text Example
Text Example
White with #F2503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2503C; }
p { color: rgb(242,80,60); }
H1.HeaderClassName
{
color: #F2503C;
}
.AnyTagClassName
{
color: #F2503C;
}
</style>
background-color css
<style>
a { background-color: #F2503C; }
a { background-color: rgb(242,80,60); }
div.DivClassName
{
background-color: #F2503C;
}
.BgClassName
{
background-color: #F2503C;
}
</style>
border-color css
<style>
span { border-color: #F2503C; }
span { border-color: rgb(242,80,60); }
td.TdClassName
{
border-color: #F2503C;
}
.TagClassName
{
border-color: #F2503C;
}
</style>