Shades of Sunset Orange #F34D3A
Tints of Sunset Orange #F34D3A
RGB
CMYK
RGB Variations
Color information
#F34D3A (or 0xF34D3A) is known color: Sunset Orange. HEX triplet: F3, 4D and 3A. RGB value is (243,77,58). Sum of RGB (Red+Green+Blue) = 243+77+58=378 (50% of max value = 765). Red value is 243 (95.31% from 255 or 64.29% from 378); Green value is 77 (30.47% from 255 or 20.37% from 378); Blue value is 58 (23.05% from 255 or 15.34% from 378); Max value from RGB is 243 - color contains mainly: red. Hex color #F34D3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F34D3A is #0CB2C5. Grayscale: #7C7C7C. Windows color (decimal): -832198 or 3821043. OLE color: 3821043.
HSL color Cylindrical-coordinate representation of color #F34D3A: hue angle of 6.16º degrees, saturation: 0.89, 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 #F34D3A is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 77 | 58 | - |
| CMYK | 0 | 0.68 | 0.76 | 0.05 |
| HSL | 6.16º | 0.89% | 0.59% | - |
| HSV(B) | 6.16º | 0.76% | 0.95% | - |
| XYZ | 40.38 | 24.67 | 6.64 | - |
| YUV | 124.47 | 90.5 | 212.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 77 | 58 | 0 | 0.68 | 0.76 | 0.05 | 6.16 | 0.89 | 0.59 |
| Hex | F3 | 4D | 3A | 0 | 44 | 4C | 5 | 6 | 59 | 3B |
| Octal | 363 | 115 | 72 | 0 | 104 | 114 | 5 | 6 | 131 | 73 |
| Binary | 11110011 | 1001101 | 111010 | 0 | 1000100 | 1001100 | 101 | 110 | 1011001 | 111011 |
Color Harmonies of #F34D3A
Complementary color
Monochromatic Colors of #F34D3A
Black with #F34D3A
Text Example
Text Example
White with #F34D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34D3A; }
p { color: rgb(243,77,58); }
H1.HeaderClassName
{
color: #F34D3A;
}
.AnyTagClassName
{
color: #F34D3A;
}
</style>
background-color css
<style>
a { background-color: #F34D3A; }
a { background-color: rgb(243,77,58); }
div.DivClassName
{
background-color: #F34D3A;
}
.BgClassName
{
background-color: #F34D3A;
}
</style>
border-color css
<style>
span { border-color: #F34D3A; }
span { border-color: rgb(243,77,58); }
td.TdClassName
{
border-color: #F34D3A;
}
.TagClassName
{
border-color: #F34D3A;
}
</style>