Shades of Sunset Orange #F2503D
Tints of Sunset Orange #F2503D
RGB
CMYK
RGB Variations
Color information
#F2503D (or 0xF2503D) is known color: Sunset Orange. HEX triplet: F2, 50 and 3D. RGB value is (242,80,61). Sum of RGB (Red+Green+Blue) = 242+80+61=383 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.19% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 61 (24.22% from 255 or 15.93% from 383); Max value from RGB is 242 - color contains mainly: red. Hex color #F2503D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2503D is #0DAFC2. Grayscale: #7E7E7E. Windows color (decimal): -896963 or 4018418. OLE color: 4018418.
HSL color Cylindrical-coordinate representation of color #F2503D: hue angle of 6.3º 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 #F2503D is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 80 | 61 | - |
| CMYK | 0 | 0.67 | 0.75 | 0.05 |
| HSL | 6.3º | 0.87% | 0.59% | - |
| HSV(B) | 6.3º | 0.75% | 0.95% | - |
| XYZ | 40.33 | 24.95 | 7.11 | - |
| YUV | 126.27 | 91.17 | 210.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 80 | 61 | 0 | 0.67 | 0.75 | 0.05 | 6.3 | 0.87 | 0.59 |
| Hex | F2 | 50 | 3D | 0 | 43 | 4B | 5 | 6 | 57 | 3B |
| Octal | 362 | 120 | 75 | 0 | 103 | 113 | 5 | 6 | 127 | 73 |
| Binary | 11110010 | 1010000 | 111101 | 0 | 1000011 | 1001011 | 101 | 110 | 1010111 | 111011 |
Color Harmonies of #F2503D
Complementary color
Monochromatic Colors of #F2503D
Black with #F2503D
Text Example
Text Example
White with #F2503D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2503D; }
p { color: rgb(242,80,61); }
H1.HeaderClassName
{
color: #F2503D;
}
.AnyTagClassName
{
color: #F2503D;
}
</style>
background-color css
<style>
a { background-color: #F2503D; }
a { background-color: rgb(242,80,61); }
div.DivClassName
{
background-color: #F2503D;
}
.BgClassName
{
background-color: #F2503D;
}
</style>
border-color css
<style>
span { border-color: #F2503D; }
span { border-color: rgb(242,80,61); }
td.TdClassName
{
border-color: #F2503D;
}
.TagClassName
{
border-color: #F2503D;
}
</style>