Shades of Sunset Orange #F34940
Tints of Sunset Orange #F34940
RGB
CMYK
RGB Variations
Color information
#F34940 (or 0xF34940) is known color: Sunset Orange. HEX triplet: F3, 49 and 40. RGB value is (243,73,64). Sum of RGB (Red+Green+Blue) = 243+73+64=380 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.95% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 243 - color contains mainly: red. Hex color #F34940 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34940 is #0CB6BF. Grayscale: #7B7B7B. Windows color (decimal): -833216 or 4213235. OLE color: 4213235.
HSL color Cylindrical-coordinate representation of color #F34940: hue angle of 3.02º 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 #F34940 is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 73 | 64 | - |
| CMYK | 0 | 0.70 | 0.74 | 0.05 |
| HSL | 3.02º | 0.88% | 0.6% | - |
| HSV(B) | 3.02º | 0.74% | 0.95% | - |
| XYZ | 40.27 | 24.19 | 7.4 | - |
| YUV | 122.8 | 94.82 | 213.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 73 | 64 | 0 | 0.70 | 0.74 | 0.05 | 3.02 | 0.88 | 0.6 |
| Hex | F3 | 49 | 40 | 0 | 46 | 4A | 5 | 3 | 58 | 3C |
| Octal | 363 | 111 | 100 | 0 | 106 | 112 | 5 | 3 | 130 | 74 |
| Binary | 11110011 | 1001001 | 1000000 | 0 | 1000110 | 1001010 | 101 | 11 | 1011000 | 111100 |
Color Harmonies of #F34940
Complementary color
Monochromatic Colors of #F34940
Black with #F34940
Text Example
Text Example
White with #F34940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34940; }
p { color: rgb(243,73,64); }
H1.HeaderClassName
{
color: #F34940;
}
.AnyTagClassName
{
color: #F34940;
}
</style>
background-color css
<style>
a { background-color: #F34940; }
a { background-color: rgb(243,73,64); }
div.DivClassName
{
background-color: #F34940;
}
.BgClassName
{
background-color: #F34940;
}
</style>
border-color css
<style>
span { border-color: #F34940; }
span { border-color: rgb(243,73,64); }
td.TdClassName
{
border-color: #F34940;
}
.TagClassName
{
border-color: #F34940;
}
</style>