Shades of Sunset Orange #F34D3E
Tints of Sunset Orange #F34D3E
RGB
CMYK
RGB Variations
Color information
#F34D3E (or 0xF34D3E) is known color: Sunset Orange. HEX triplet: F3, 4D and 3E. RGB value is (243,77,62). Sum of RGB (Red+Green+Blue) = 243+77+62=382 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.61% from 382); Green value is 77 (30.47% from 255 or 20.16% from 382); Blue value is 62 (24.61% from 255 or 16.23% from 382); Max value from RGB is 243 - color contains mainly: red. Hex color #F34D3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F34D3E is #0CB2C1. Grayscale: #7D7D7D. Windows color (decimal): -832194 or 4083187. OLE color: 4083187.
HSL color Cylindrical-coordinate representation of color #F34D3E: hue angle of 4.97º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F34D3E is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 77 | 62 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.05 |
| HSL | 4.97º | 0.88% | 0.6% | - |
| HSV(B) | 4.97º | 0.74% | 0.95% | - |
| XYZ | 40.49 | 24.71 | 7.19 | - |
| YUV | 124.92 | 92.5 | 212.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 77 | 62 | 0 | 0.68 | 0.74 | 0.05 | 4.97 | 0.88 | 0.6 |
| Hex | F3 | 4D | 3E | 0 | 44 | 4A | 5 | 5 | 58 | 3C |
| Octal | 363 | 115 | 76 | 0 | 104 | 112 | 5 | 5 | 130 | 74 |
| Binary | 11110011 | 1001101 | 111110 | 0 | 1000100 | 1001010 | 101 | 101 | 1011000 | 111100 |
Color Harmonies of #F34D3E
Complementary color
Monochromatic Colors of #F34D3E
Black with #F34D3E
Text Example
Text Example
White with #F34D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34D3E; }
p { color: rgb(243,77,62); }
H1.HeaderClassName
{
color: #F34D3E;
}
.AnyTagClassName
{
color: #F34D3E;
}
</style>
background-color css
<style>
a { background-color: #F34D3E; }
a { background-color: rgb(243,77,62); }
div.DivClassName
{
background-color: #F34D3E;
}
.BgClassName
{
background-color: #F34D3E;
}
</style>
border-color css
<style>
span { border-color: #F34D3E; }
span { border-color: rgb(243,77,62); }
td.TdClassName
{
border-color: #F34D3E;
}
.TagClassName
{
border-color: #F34D3E;
}
</style>