Shades of Sunset Orange #F65450
Tints of Sunset Orange #F65450
RGB
CMYK
RGB Variations
Color information
#F65450 (or 0xF65450) is known color: Sunset Orange. HEX triplet: F6, 54 and 50. RGB value is (246,84,80). Sum of RGB (Red+Green+Blue) = 246+84+80=410 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60% from 410); Green value is 84 (33.20% from 255 or 20.49% from 410); Blue value is 80 (31.64% from 255 or 19.51% from 410); Max value from RGB is 246 - color contains mainly: red. Hex color #F65450 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65450 is #09ABAF. Grayscale: #848484. Windows color (decimal): -633776 or 5264630. OLE color: 5264630.
HSL color Cylindrical-coordinate representation of color #F65450: hue angle of 1.45º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F65450 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 84 | 80 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.04 |
| HSL | 1.45º | 0.9% | 0.64% | - |
| HSV(B) | 1.45º | 0.67% | 0.96% | - |
| XYZ | 42.62 | 26.51 | 10.46 | - |
| YUV | 131.98 | 98.67 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 84 | 80 | 0 | 0.66 | 0.67 | 0.04 | 1.45 | 0.9 | 0.64 |
| Hex | F6 | 54 | 50 | 0 | 42 | 43 | 4 | 1 | 5A | 40 |
| Octal | 366 | 124 | 120 | 0 | 102 | 103 | 4 | 1 | 132 | 100 |
| Binary | 11110110 | 1010100 | 1010000 | 0 | 1000010 | 1000011 | 100 | 1 | 1011010 | 1000000 |
Color Harmonies of #F65450
Complementary color
Monochromatic Colors of #F65450
Black with #F65450
Text Example
Text Example
White with #F65450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65450; }
p { color: rgb(246,84,80); }
H1.HeaderClassName
{
color: #F65450;
}
.AnyTagClassName
{
color: #F65450;
}
</style>
background-color css
<style>
a { background-color: #F65450; }
a { background-color: rgb(246,84,80); }
div.DivClassName
{
background-color: #F65450;
}
.BgClassName
{
background-color: #F65450;
}
</style>
border-color css
<style>
span { border-color: #F65450; }
span { border-color: rgb(246,84,80); }
td.TdClassName
{
border-color: #F65450;
}
.TagClassName
{
border-color: #F65450;
}
</style>