Shades of Sunset Orange #F34D40
Tints of Sunset Orange #F34D40
RGB
CMYK
RGB Variations
Color information
#F34D40 (or 0xF34D40) is known color: Sunset Orange. HEX triplet: F3, 4D and 40. RGB value is (243,77,64). Sum of RGB (Red+Green+Blue) = 243+77+64=384 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.28% from 384); Green value is 77 (30.47% from 255 or 20.05% from 384); Blue value is 64 (25.39% from 255 or 16.67% from 384); Max value from RGB is 243 - color contains mainly: red. Hex color #F34D40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F34D40 is #0CB2BF. Grayscale: #7D7D7D. Windows color (decimal): -832192 or 4214259. OLE color: 4214259.
HSL color Cylindrical-coordinate representation of color #F34D40: hue angle of 4.36º 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 #F34D40 is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 77 | 64 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.05 |
| HSL | 4.36º | 0.88% | 0.6% | - |
| HSV(B) | 4.36º | 0.74% | 0.95% | - |
| XYZ | 40.54 | 24.73 | 7.49 | - |
| YUV | 125.15 | 93.5 | 212.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 77 | 64 | 0 | 0.68 | 0.74 | 0.05 | 4.36 | 0.88 | 0.6 |
| Hex | F3 | 4D | 40 | 0 | 44 | 4A | 5 | 4 | 58 | 3C |
| Octal | 363 | 115 | 100 | 0 | 104 | 112 | 5 | 4 | 130 | 74 |
| Binary | 11110011 | 1001101 | 1000000 | 0 | 1000100 | 1001010 | 101 | 100 | 1011000 | 111100 |
Color Harmonies of #F34D40
Complementary color
Monochromatic Colors of #F34D40
Black with #F34D40
Text Example
Text Example
White with #F34D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34D40; }
p { color: rgb(243,77,64); }
H1.HeaderClassName
{
color: #F34D40;
}
.AnyTagClassName
{
color: #F34D40;
}
</style>
background-color css
<style>
a { background-color: #F34D40; }
a { background-color: rgb(243,77,64); }
div.DivClassName
{
background-color: #F34D40;
}
.BgClassName
{
background-color: #F34D40;
}
</style>
border-color css
<style>
span { border-color: #F34D40; }
span { border-color: rgb(243,77,64); }
td.TdClassName
{
border-color: #F34D40;
}
.TagClassName
{
border-color: #F34D40;
}
</style>