Shades of Sunset Orange #F65141
Tints of Sunset Orange #F65141
RGB
CMYK
RGB Variations
Color information
#F65141 (or 0xF65141) is known color: Sunset Orange. HEX triplet: F6, 51 and 41. RGB value is (246,81,65). Sum of RGB (Red+Green+Blue) = 246+81+65=392 (51% of max value = 765). Red value is 246 (96.48% from 255 or 62.76% from 392); Green value is 81 (32.03% from 255 or 20.66% from 392); Blue value is 65 (25.78% from 255 or 16.58% from 392); Max value from RGB is 246 - color contains mainly: red. Hex color #F65141 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65141 is #09AEBE. Grayscale: #808080. Windows color (decimal): -634559 or 4280822. OLE color: 4280822.
HSL color Cylindrical-coordinate representation of color #F65141: hue angle of 5.3º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F65141 is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 81 | 65 | - |
| CMYK | 0 | 0.67 | 0.74 | 0.04 |
| HSL | 5.3º | 0.91% | 0.61% | - |
| HSV(B) | 5.3º | 0.74% | 0.96% | - |
| XYZ | 41.9 | 25.86 | 7.78 | - |
| YUV | 128.51 | 92.16 | 211.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 81 | 65 | 0 | 0.67 | 0.74 | 0.04 | 5.3 | 0.91 | 0.61 |
| Hex | F6 | 51 | 41 | 0 | 43 | 4A | 4 | 5 | 5B | 3D |
| Octal | 366 | 121 | 101 | 0 | 103 | 112 | 4 | 5 | 133 | 75 |
| Binary | 11110110 | 1010001 | 1000001 | 0 | 1000011 | 1001010 | 100 | 101 | 1011011 | 111101 |
Color Harmonies of #F65141
Complementary color
Monochromatic Colors of #F65141
Black with #F65141
Text Example
Text Example
White with #F65141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65141; }
p { color: rgb(246,81,65); }
H1.HeaderClassName
{
color: #F65141;
}
.AnyTagClassName
{
color: #F65141;
}
</style>
background-color css
<style>
a { background-color: #F65141; }
a { background-color: rgb(246,81,65); }
div.DivClassName
{
background-color: #F65141;
}
.BgClassName
{
background-color: #F65141;
}
</style>
border-color css
<style>
span { border-color: #F65141; }
span { border-color: rgb(246,81,65); }
td.TdClassName
{
border-color: #F65141;
}
.TagClassName
{
border-color: #F65141;
}
</style>