Shades of Sunset Orange #F34F4D
Tints of Sunset Orange #F34F4D
RGB
CMYK
RGB Variations
Color information
#F34F4D (or 0xF34F4D) is known color: Sunset Orange. HEX triplet: F3, 4F and 4D. RGB value is (243,79,77). Sum of RGB (Red+Green+Blue) = 243+79+77=399 (52% of max value = 765). Red value is 243 (95.31% from 255 or 60.90% from 399); Green value is 79 (31.25% from 255 or 19.80% from 399); Blue value is 77 (30.47% from 255 or 19.30% from 399); Max value from RGB is 243 - color contains mainly: red. Hex color #F34F4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F34F4D is #0CB0B2. Grayscale: #7F7F7F. Windows color (decimal): -831667 or 5066739. OLE color: 5066739.
HSL color Cylindrical-coordinate representation of color #F34F4D: hue angle of 0.72º 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 #F34F4D is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 79 | 77 | - |
| CMYK | 0 | 0.67 | 0.68 | 0.05 |
| HSL | 0.72º | 0.87% | 0.63% | - |
| HSV(B) | 0.72º | 0.68% | 0.95% | - |
| XYZ | 41.1 | 25.18 | 9.72 | - |
| YUV | 127.81 | 99.33 | 210.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 79 | 77 | 0 | 0.67 | 0.68 | 0.05 | 0.72 | 0.87 | 0.63 |
| Hex | F3 | 4F | 4D | 0 | 43 | 44 | 5 | 1 | 57 | 3F |
| Octal | 363 | 117 | 115 | 0 | 103 | 104 | 5 | 1 | 127 | 77 |
| Binary | 11110011 | 1001111 | 1001101 | 0 | 1000011 | 1000100 | 101 | 1 | 1010111 | 111111 |
Color Harmonies of #F34F4D
Complementary color
Monochromatic Colors of #F34F4D
Black with #F34F4D
Text Example
Text Example
White with #F34F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34F4D; }
p { color: rgb(243,79,77); }
H1.HeaderClassName
{
color: #F34F4D;
}
.AnyTagClassName
{
color: #F34F4D;
}
</style>
background-color css
<style>
a { background-color: #F34F4D; }
a { background-color: rgb(243,79,77); }
div.DivClassName
{
background-color: #F34F4D;
}
.BgClassName
{
background-color: #F34F4D;
}
</style>
border-color css
<style>
span { border-color: #F34F4D; }
span { border-color: rgb(243,79,77); }
td.TdClassName
{
border-color: #F34F4D;
}
.TagClassName
{
border-color: #F34F4D;
}
</style>