Shades of Sunset Orange #F34F3A
Tints of Sunset Orange #F34F3A
RGB
CMYK
RGB Variations
Color information
#F34F3A (or 0xF34F3A) is known color: Sunset Orange. HEX triplet: F3, 4F and 3A. RGB value is (243,79,58). Sum of RGB (Red+Green+Blue) = 243+79+58=380 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.95% from 380); Green value is 79 (31.25% from 255 or 20.79% from 380); Blue value is 58 (23.05% from 255 or 15.26% from 380); Max value from RGB is 243 - color contains mainly: red. Hex color #F34F3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F34F3A is #0CB0C5. Grayscale: #7D7D7D. Windows color (decimal): -831686 or 3821555. OLE color: 3821555.
HSL color Cylindrical-coordinate representation of color #F34F3A: hue angle of 6.81º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F34F3A is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 79 | 58 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.05 |
| HSL | 6.81º | 0.89% | 0.59% | - |
| HSV(B) | 6.81º | 0.76% | 0.95% | - |
| XYZ | 40.52 | 24.95 | 6.68 | - |
| YUV | 125.64 | 89.83 | 211.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 79 | 58 | 0 | 0.67 | 0.76 | 0.05 | 6.81 | 0.89 | 0.59 |
| Hex | F3 | 4F | 3A | 0 | 43 | 4C | 5 | 7 | 59 | 3B |
| Octal | 363 | 117 | 72 | 0 | 103 | 114 | 5 | 7 | 131 | 73 |
| Binary | 11110011 | 1001111 | 111010 | 0 | 1000011 | 1001100 | 101 | 111 | 1011001 | 111011 |
Color Harmonies of #F34F3A
Complementary color
Monochromatic Colors of #F34F3A
Black with #F34F3A
Text Example
Text Example
White with #F34F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34F3A; }
p { color: rgb(243,79,58); }
H1.HeaderClassName
{
color: #F34F3A;
}
.AnyTagClassName
{
color: #F34F3A;
}
</style>
background-color css
<style>
a { background-color: #F34F3A; }
a { background-color: rgb(243,79,58); }
div.DivClassName
{
background-color: #F34F3A;
}
.BgClassName
{
background-color: #F34F3A;
}
</style>
border-color css
<style>
span { border-color: #F34F3A; }
span { border-color: rgb(243,79,58); }
td.TdClassName
{
border-color: #F34F3A;
}
.TagClassName
{
border-color: #F34F3A;
}
</style>