Shades of Sunset Orange #F34D31
Tints of Sunset Orange #F34D31
RGB
CMYK
RGB Variations
Color information
#F34D31 (or 0xF34D31) is known color: Sunset Orange. HEX triplet: F3, 4D and 31. RGB value is (243,77,49). Sum of RGB (Red+Green+Blue) = 243+77+49=369 (48% of max value = 765). Red value is 243 (95.31% from 255 or 65.85% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 49 (19.53% from 255 or 13.28% from 369); Max value from RGB is 243 - color contains mainly: red. Hex color #F34D31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F34D31 is #0CB2CE. Grayscale: #7B7B7B. Windows color (decimal): -832207 or 3231219. OLE color: 3231219.
HSL color Cylindrical-coordinate representation of color #F34D31: hue angle of 8.66º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F34D31 is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 77 | 49 | - |
| CMYK | 0 | 0.68 | 0.80 | 0.05 |
| HSL | 8.66º | 0.89% | 0.57% | - |
| HSV(B) | 8.66º | 0.8% | 0.95% | - |
| XYZ | 40.17 | 24.58 | 5.53 | - |
| YUV | 123.44 | 86 | 213.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 77 | 49 | 0 | 0.68 | 0.80 | 0.05 | 8.66 | 0.89 | 0.57 |
| Hex | F3 | 4D | 31 | 0 | 44 | 50 | 5 | 9 | 59 | 39 |
| Octal | 363 | 115 | 61 | 0 | 104 | 120 | 5 | 11 | 131 | 71 |
| Binary | 11110011 | 1001101 | 110001 | 0 | 1000100 | 1010000 | 101 | 1001 | 1011001 | 111001 |
Color Harmonies of #F34D31
Complementary color
Monochromatic Colors of #F34D31
Black with #F34D31
Text Example
Text Example
White with #F34D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34D31; }
p { color: rgb(243,77,49); }
H1.HeaderClassName
{
color: #F34D31;
}
.AnyTagClassName
{
color: #F34D31;
}
</style>
background-color css
<style>
a { background-color: #F34D31; }
a { background-color: rgb(243,77,49); }
div.DivClassName
{
background-color: #F34D31;
}
.BgClassName
{
background-color: #F34D31;
}
</style>
border-color css
<style>
span { border-color: #F34D31; }
span { border-color: rgb(243,77,49); }
td.TdClassName
{
border-color: #F34D31;
}
.TagClassName
{
border-color: #F34D31;
}
</style>