Shades of Sunset Orange #F4514A
Tints of Sunset Orange #F4514A
RGB
CMYK
RGB Variations
Color information
#F4514A (or 0xF4514A) is known color: Sunset Orange. HEX triplet: F4, 51 and 4A. RGB value is (244,81,74). Sum of RGB (Red+Green+Blue) = 244+81+74=399 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.15% from 399); Green value is 81 (32.03% from 255 or 20.30% from 399); Blue value is 74 (29.30% from 255 or 18.55% from 399); Max value from RGB is 244 - color contains mainly: red. Hex color #F4514A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F4514A is #0BAEB5. Grayscale: #818181. Windows color (decimal): -765622 or 4870644. OLE color: 4870644.
HSL color Cylindrical-coordinate representation of color #F4514A: hue angle of 2.47º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F4514A is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 81 | 74 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.04 |
| HSL | 2.47º | 0.89% | 0.62% | - |
| HSV(B) | 2.47º | 0.7% | 0.96% | - |
| XYZ | 41.49 | 25.61 | 9.24 | - |
| YUV | 128.94 | 97 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 81 | 74 | 0 | 0.67 | 0.70 | 0.04 | 2.47 | 0.89 | 0.62 |
| Hex | F4 | 51 | 4A | 0 | 43 | 46 | 4 | 2 | 59 | 3E |
| Octal | 364 | 121 | 112 | 0 | 103 | 106 | 4 | 2 | 131 | 76 |
| Binary | 11110100 | 1010001 | 1001010 | 0 | 1000011 | 1000110 | 100 | 10 | 1011001 | 111110 |
Color Harmonies of #F4514A
Complementary color
Monochromatic Colors of #F4514A
Black with #F4514A
Text Example
Text Example
White with #F4514A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4514A; }
p { color: rgb(244,81,74); }
H1.HeaderClassName
{
color: #F4514A;
}
.AnyTagClassName
{
color: #F4514A;
}
</style>
background-color css
<style>
a { background-color: #F4514A; }
a { background-color: rgb(244,81,74); }
div.DivClassName
{
background-color: #F4514A;
}
.BgClassName
{
background-color: #F4514A;
}
</style>
border-color css
<style>
span { border-color: #F4514A; }
span { border-color: rgb(244,81,74); }
td.TdClassName
{
border-color: #F4514A;
}
.TagClassName
{
border-color: #F4514A;
}
</style>