#FC754E

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

Shades of Coral #FC754E

Tints of Coral #FC754E

Color information

#FC754E (or 0xFC754E) is unknown color: approx Coral. HEX triplet: FC, 75 and 4E. RGB value is (252,117,78). Sum of RGB (Red+Green+Blue) = 252+117+78=447 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.38% from 447); Green value is 117 (46.09% from 255 or 26.17% from 447); Blue value is 78 (30.86% from 255 or 17.45% from 447); Max value from RGB is 252 - color contains mainly: red. Hex color #FC754E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC754E is #038AB1. Grayscale: #999999. Windows color (decimal): -232114 or 5142012. OLE color: 5142012.

HSL color Cylindrical-coordinate representation of color #FC754E: hue angle of 13.45º 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 #FC754E is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.01.

Color convert

RGB25211778-
CMYK00.540.690.01
HSL13.45º96.67%64.71%-
HSV(B)13.45º69.05%98.82%-
XYZ47.8833.9711.24-
YUV152.9285.73198.67-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 56.38%
GREEN value IS 117 (46.09% from 255) = 26.17%
BLUE value IS 78 (30.86% from 255) = 17.45%
R=56.38%
G=26.17%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.69
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521177800.540.690.0113.4596.6764.71
HexFC754E036451d6141
Octal374165116066105115141101
Binary1111110011101011001110011011010001011110111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC754E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC754E; }

 p { color: rgb(252,117,78); }

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

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

 a { background-color: rgb(252,117,78); }

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

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

 span { border-color: rgb(252,117,78); }

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