Shades of Sunset Orange #F65145
Tints of Sunset Orange #F65145
RGB
CMYK
RGB Variations
Color information
#F65145 (or 0xF65145) is known color: Sunset Orange. HEX triplet: F6, 51 and 45. RGB value is (246,81,69). Sum of RGB (Red+Green+Blue) = 246+81+69=396 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.12% from 396); Green value is 81 (32.03% from 255 or 20.45% from 396); Blue value is 69 (27.34% from 255 or 17.42% from 396); Max value from RGB is 246 - color contains mainly: red. Hex color #F65145 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65145 is #09AEBA. Grayscale: #818181. Windows color (decimal): -634555 or 4542966. OLE color: 4542966.
HSL color Cylindrical-coordinate representation of color #F65145: hue angle of 4.07º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F65145 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 81 | 69 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.04 |
| HSL | 4.07º | 0.91% | 0.62% | - |
| HSV(B) | 4.07º | 0.72% | 0.96% | - |
| XYZ | 42.02 | 25.91 | 8.42 | - |
| YUV | 128.97 | 94.16 | 211.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 81 | 69 | 0 | 0.67 | 0.72 | 0.04 | 4.07 | 0.91 | 0.62 |
| Hex | F6 | 51 | 45 | 0 | 43 | 48 | 4 | 4 | 5B | 3E |
| Octal | 366 | 121 | 105 | 0 | 103 | 110 | 4 | 4 | 133 | 76 |
| Binary | 11110110 | 1010001 | 1000101 | 0 | 1000011 | 1001000 | 100 | 100 | 1011011 | 111110 |
Color Harmonies of #F65145
Complementary color
Monochromatic Colors of #F65145
Black with #F65145
Text Example
Text Example
White with #F65145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65145; }
p { color: rgb(246,81,69); }
H1.HeaderClassName
{
color: #F65145;
}
.AnyTagClassName
{
color: #F65145;
}
</style>
background-color css
<style>
a { background-color: #F65145; }
a { background-color: rgb(246,81,69); }
div.DivClassName
{
background-color: #F65145;
}
.BgClassName
{
background-color: #F65145;
}
</style>
border-color css
<style>
span { border-color: #F65145; }
span { border-color: rgb(246,81,69); }
td.TdClassName
{
border-color: #F65145;
}
.TagClassName
{
border-color: #F65145;
}
</style>