Shades of Sunset Orange #F34C41
Tints of Sunset Orange #F34C41
RGB
CMYK
RGB Variations
Color information
#F34C41 (or 0xF34C41) is known color: Sunset Orange. HEX triplet: F3, 4C and 41. RGB value is (243,76,65). Sum of RGB (Red+Green+Blue) = 243+76+65=384 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.28% from 384); Green value is 76 (30.08% from 255 or 19.79% from 384); Blue value is 65 (25.78% from 255 or 16.93% from 384); Max value from RGB is 243 - color contains mainly: red. Hex color #F34C41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34C41 is #0CB3BE. Grayscale: #7C7C7C. Windows color (decimal): -832447 or 4279539. OLE color: 4279539.
HSL color Cylindrical-coordinate representation of color #F34C41: hue angle of 3.71º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F34C41 is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 76 | 65 | - |
| CMYK | 0 | 0.69 | 0.73 | 0.05 |
| HSL | 3.71º | 0.88% | 0.6% | - |
| HSV(B) | 3.71º | 0.73% | 0.95% | - |
| XYZ | 40.5 | 24.61 | 7.62 | - |
| YUV | 124.68 | 94.33 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 76 | 65 | 0 | 0.69 | 0.73 | 0.05 | 3.71 | 0.88 | 0.6 |
| Hex | F3 | 4C | 41 | 0 | 45 | 49 | 5 | 4 | 58 | 3C |
| Octal | 363 | 114 | 101 | 0 | 105 | 111 | 5 | 4 | 130 | 74 |
| Binary | 11110011 | 1001100 | 1000001 | 0 | 1000101 | 1001001 | 101 | 100 | 1011000 | 111100 |
Color Harmonies of #F34C41
Complementary color
Monochromatic Colors of #F34C41
Black with #F34C41
Text Example
Text Example
White with #F34C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34C41; }
p { color: rgb(243,76,65); }
H1.HeaderClassName
{
color: #F34C41;
}
.AnyTagClassName
{
color: #F34C41;
}
</style>
background-color css
<style>
a { background-color: #F34C41; }
a { background-color: rgb(243,76,65); }
div.DivClassName
{
background-color: #F34C41;
}
.BgClassName
{
background-color: #F34C41;
}
</style>
border-color css
<style>
span { border-color: #F34C41; }
span { border-color: rgb(243,76,65); }
td.TdClassName
{
border-color: #F34C41;
}
.TagClassName
{
border-color: #F34C41;
}
</style>