Shades of Sunset Orange #F64F32
Tints of Sunset Orange #F64F32
RGB
CMYK
RGB Variations
Color information
#F64F32 (or 0xF64F32) is known color: Sunset Orange. HEX triplet: F6, 4F and 32. RGB value is (246,79,50). Sum of RGB (Red+Green+Blue) = 246+79+50=375 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.6% from 375); Green value is 79 (31.25% from 255 or 21.07% from 375); Blue value is 50 (19.92% from 255 or 13.33% from 375); Max value from RGB is 246 - color contains mainly: red. Hex color #F64F32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F64F32 is #09B0CD. Grayscale: #7D7D7D. Windows color (decimal): -635086 or 3297270. OLE color: 3297270.
HSL color Cylindrical-coordinate representation of color #F64F32: hue angle of 8.88º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F64F32 is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 79 | 50 | - |
| CMYK | 0 | 0.68 | 0.80 | 0.04 |
| HSL | 8.88º | 0.92% | 0.58% | - |
| HSV(B) | 8.88º | 0.8% | 0.96% | - |
| XYZ | 41.38 | 25.42 | 5.74 | - |
| YUV | 125.63 | 85.33 | 213.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 79 | 50 | 0 | 0.68 | 0.80 | 0.04 | 8.88 | 0.92 | 0.58 |
| Hex | F6 | 4F | 32 | 0 | 44 | 50 | 4 | 9 | 5C | 3A |
| Octal | 366 | 117 | 62 | 0 | 104 | 120 | 4 | 11 | 134 | 72 |
| Binary | 11110110 | 1001111 | 110010 | 0 | 1000100 | 1010000 | 100 | 1001 | 1011100 | 111010 |
Color Harmonies of #F64F32
Complementary color
Monochromatic Colors of #F64F32
Black with #F64F32
Text Example
Text Example
White with #F64F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64F32; }
p { color: rgb(246,79,50); }
H1.HeaderClassName
{
color: #F64F32;
}
.AnyTagClassName
{
color: #F64F32;
}
</style>
background-color css
<style>
a { background-color: #F64F32; }
a { background-color: rgb(246,79,50); }
div.DivClassName
{
background-color: #F64F32;
}
.BgClassName
{
background-color: #F64F32;
}
</style>
border-color css
<style>
span { border-color: #F64F32; }
span { border-color: rgb(246,79,50); }
td.TdClassName
{
border-color: #F64F32;
}
.TagClassName
{
border-color: #F64F32;
}
</style>