#FC514D

Color #FC514D Sunset Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunset Orange #FC514D

Tints of Sunset Orange #FC514D

Color information

#FC514D (or 0xFC514D) is unknown color: approx Sunset Orange. HEX triplet: FC, 51 and 4D. RGB value is (252,81,77). Sum of RGB (Red+Green+Blue) = 252+81+77=410 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.46% from 410); Green value is 81 (32.03% from 255 or 19.76% from 410); Blue value is 77 (30.47% from 255 or 18.78% from 410); Max value from RGB is 252 - color contains mainly: red. Hex color #FC514D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC514D is #03AEB2. Grayscale: #838383. Windows color (decimal): -241331 or 5067260. OLE color: 5067260.

HSL color Cylindrical-coordinate representation of color #FC514D: hue angle of 1.37º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FC514D is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.01.

Color convert

RGB2528177-
CMYK00.680.690.01
HSL1.37º96.69%64.51%-
HSV(B)1.37º69.44%98.82%-
XYZ44.4327.129.91-
YUV131.6797.15213.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 61.46%
GREEN value IS 81 (32.03% from 255) = 19.76%
BLUE value IS 77 (30.47% from 255) = 18.78%
R=61.46%
G=19.76%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.69
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252817700.680.690.011.3796.6964.51
HexFC514D04445116141
Octal374121115010410511141101
Binary11111100101000110011010100010010001011111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC514D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC514D; }

 p { color: rgb(252,81,77); }

 H1.HeaderClassName
 {
   color: #FC514D;
 }
 .AnyTagClassName
 {
   color: #FC514D;
 }
</style>
background-color css

<style>
 a { background-color: #FC514D; }

 a { background-color: rgb(252,81,77); }

 div.DivClassName
 {
   background-color: #FC514D;
 }
 .BgClassName
 {
   background-color: #FC514D;
 }
</style>
border-color css

<style>
 span { border-color: #FC514D; }

 span { border-color: rgb(252,81,77); }

 td.TdClassName
 {
   border-color: #FC514D;
 }
 .TagClassName
 {
   border-color: #FC514D;
 }
</style>