Shades of Sunset Orange #FC514A
Tints of Sunset Orange #FC514A
RGB
CMYK
RGB Variations
Color information
#FC514A (or 0xFC514A) is known color: Sunset Orange. HEX triplet: FC, 51 and 4A. RGB value is (252,81,74). Sum of RGB (Red+Green+Blue) = 252+81+74=407 (53% of max value = 765). Red value is 252 (98.83% from 255 or 61.92% from 407); Green value is 81 (32.03% from 255 or 19.90% from 407); Blue value is 74 (29.30% from 255 or 18.18% from 407); Max value from RGB is 252 - color contains mainly: red. Hex color #FC514A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC514A is #03AEB5. Grayscale: #838383. Windows color (decimal): -241334 or 4870652. OLE color: 4870652.
HSL color Cylindrical-coordinate representation of color #FC514A: hue angle of 2.36º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FC514A is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 81 | 74 | - |
| CMYK | 0 | 0.68 | 0.71 | 0.01 |
| HSL | 2.36º | 0.97% | 0.64% | - |
| HSV(B) | 2.36º | 0.71% | 0.99% | - |
| XYZ | 44.32 | 27.07 | 9.37 | - |
| YUV | 131.33 | 95.65 | 214.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 81 | 74 | 0 | 0.68 | 0.71 | 0.01 | 2.36 | 0.97 | 0.64 |
| Hex | FC | 51 | 4A | 0 | 44 | 47 | 1 | 2 | 61 | 40 |
| Octal | 374 | 121 | 112 | 0 | 104 | 107 | 1 | 2 | 141 | 100 |
| Binary | 11111100 | 1010001 | 1001010 | 0 | 1000100 | 1000111 | 1 | 10 | 1100001 | 1000000 |
Color Harmonies of #FC514A
Complementary color
Monochromatic Colors of #FC514A
Black with #FC514A
Text Example
Text Example
White with #FC514A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC514A; }
p { color: rgb(252,81,74); }
H1.HeaderClassName
{
color: #FC514A;
}
.AnyTagClassName
{
color: #FC514A;
}
</style>
background-color css
<style>
a { background-color: #FC514A; }
a { background-color: rgb(252,81,74); }
div.DivClassName
{
background-color: #FC514A;
}
.BgClassName
{
background-color: #FC514A;
}
</style>
border-color css
<style>
span { border-color: #FC514A; }
span { border-color: rgb(252,81,74); }
td.TdClassName
{
border-color: #FC514A;
}
.TagClassName
{
border-color: #FC514A;
}
</style>