#FC7954

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

Shades of Coral #FC7954

Tints of Coral #FC7954

Color information

#FC7954 (or 0xFC7954) is unknown color: approx Coral. HEX triplet: FC, 79 and 54. RGB value is (252,121,84). Sum of RGB (Red+Green+Blue) = 252+121+84=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 121 (47.66% from 255 or 26.48% from 457); Blue value is 84 (33.20% from 255 or 18.38% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7954 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7954 is #0386AB. Grayscale: #9C9C9C. Windows color (decimal): -231084 or 5536252. OLE color: 5536252.

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

Color convert

RGB25212184-
CMYK00.520.670.01
HSL13.21º96.55%65.88%-
HSV(B)13.21º66.67%98.82%-
XYZ48.5835.0112.58-
YUV155.9587.4196.51-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 55.14%
GREEN value IS 121 (47.66% from 255) = 26.48%
BLUE value IS 84 (33.20% from 255) = 18.38%
R=55.14%
G=26.48%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.67
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521218400.520.670.0113.2196.5565.88
HexFC7954034431d6142
Octal374171124064103115141102
Binary1111110011110011010100011010010000111110111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7954; }

 p { color: rgb(252,121,84); }

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

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

 a { background-color: rgb(252,121,84); }

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

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

 span { border-color: rgb(252,121,84); }

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