Shades of Sunset Orange #F34D4D
Tints of Sunset Orange #F34D4D
RGB
CMYK
RGB Variations
Color information
#F34D4D (or 0xF34D4D) is known color: Sunset Orange. HEX triplet: F3, 4D and 4D. RGB value is (243,77,77). Sum of RGB (Red+Green+Blue) = 243+77+77=397 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.21% from 397); Green value is 77 (30.47% from 255 or 19.40% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 243 - color contains mainly: red. Hex color #F34D4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F34D4D is #0CB2B2. Grayscale: #7E7E7E. Windows color (decimal): -832179 or 5066227. OLE color: 5066227.
HSL color Cylindrical-coordinate representation of color #F34D4D: hue angle of 0º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F34D4D is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 77 | 77 | - |
| CMYK | 0 | 0.68 | 0.68 | 0.05 |
| HSL | 0º | 0.87% | 0.63% | - |
| HSV(B) | 0º | 0.68% | 0.95% | - |
| XYZ | 40.96 | 24.9 | 9.67 | - |
| YUV | 126.63 | 100 | 211 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 77 | 77 | 0 | 0.68 | 0.68 | 0.05 | 0 | 0.87 | 0.63 |
| Hex | F3 | 4D | 4D | 0 | 44 | 44 | 5 | 0 | 57 | 3F |
| Octal | 363 | 115 | 115 | 0 | 104 | 104 | 5 | 0 | 127 | 77 |
| Binary | 11110011 | 1001101 | 1001101 | 0 | 1000100 | 1000100 | 101 | 0 | 1010111 | 111111 |
Color Harmonies of #F34D4D
Complementary color
Monochromatic Colors of #F34D4D
Black with #F34D4D
Text Example
Text Example
White with #F34D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34D4D; }
p { color: rgb(243,77,77); }
H1.HeaderClassName
{
color: #F34D4D;
}
.AnyTagClassName
{
color: #F34D4D;
}
</style>
background-color css
<style>
a { background-color: #F34D4D; }
a { background-color: rgb(243,77,77); }
div.DivClassName
{
background-color: #F34D4D;
}
.BgClassName
{
background-color: #F34D4D;
}
</style>
border-color css
<style>
span { border-color: #F34D4D; }
span { border-color: rgb(243,77,77); }
td.TdClassName
{
border-color: #F34D4D;
}
.TagClassName
{
border-color: #F34D4D;
}
</style>