Shades of Sunset Orange #F7514C
Tints of Sunset Orange #F7514C
RGB
CMYK
RGB Variations
Color information
#F7514C (or 0xF7514C) is known color: Sunset Orange. HEX triplet: F7, 51 and 4C. RGB value is (247,81,76). Sum of RGB (Red+Green+Blue) = 247+81+76=404 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.14% from 404); Green value is 81 (32.03% from 255 or 20.05% from 404); Blue value is 76 (30.08% from 255 or 18.81% from 404); Max value from RGB is 247 - color contains mainly: red. Hex color #F7514C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F7514C is #08AEB3. Grayscale: #828282. Windows color (decimal): -569012 or 5001719. OLE color: 5001719.
HSL color Cylindrical-coordinate representation of color #F7514C: hue angle of 1.75º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F7514C is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 81 | 76 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.03 |
| HSL | 1.75º | 0.91% | 0.63% | - |
| HSV(B) | 1.75º | 0.69% | 0.97% | - |
| XYZ | 42.6 | 26.18 | 9.65 | - |
| YUV | 130.06 | 97.5 | 211.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 81 | 76 | 0 | 0.67 | 0.69 | 0.03 | 1.75 | 0.91 | 0.63 |
| Hex | F7 | 51 | 4C | 0 | 43 | 45 | 3 | 2 | 5B | 3F |
| Octal | 367 | 121 | 114 | 0 | 103 | 105 | 3 | 2 | 133 | 77 |
| Binary | 11110111 | 1010001 | 1001100 | 0 | 1000011 | 1000101 | 11 | 10 | 1011011 | 111111 |
Color Harmonies of #F7514C
Complementary color
Monochromatic Colors of #F7514C
Black with #F7514C
Text Example
Text Example
White with #F7514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7514C; }
p { color: rgb(247,81,76); }
H1.HeaderClassName
{
color: #F7514C;
}
.AnyTagClassName
{
color: #F7514C;
}
</style>
background-color css
<style>
a { background-color: #F7514C; }
a { background-color: rgb(247,81,76); }
div.DivClassName
{
background-color: #F7514C;
}
.BgClassName
{
background-color: #F7514C;
}
</style>
border-color css
<style>
span { border-color: #F7514C; }
span { border-color: rgb(247,81,76); }
td.TdClassName
{
border-color: #F7514C;
}
.TagClassName
{
border-color: #F7514C;
}
</style>