#FC7948

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

Shades of Coral #FC7948

Tints of Coral #FC7948

Color information

#FC7948 (or 0xFC7948) is unknown color: approx Coral. HEX triplet: FC, 79 and 48. RGB value is (252,121,72). Sum of RGB (Red+Green+Blue) = 252+121+72=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 121 (47.66% from 255 or 27.19% from 445); Blue value is 72 (28.52% from 255 or 16.18% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7948 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7948 is #0386B7. Grayscale: #9A9A9A. Windows color (decimal): -231096 or 4749820. OLE color: 4749820.

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

Color convert

RGB25212172-
CMYK00.520.710.01
HSL16.33º96.77%63.53%-
HSV(B)16.33º71.43%98.82%-
XYZ48.1534.8410.32-
YUV154.5881.4197.48-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 56.63%
GREEN value IS 121 (47.66% from 255) = 27.19%
BLUE value IS 72 (28.52% from 255) = 16.18%
R=56.63%
G=27.19%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.71
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521217200.520.710.0116.3396.7763.53
HexFC7948034471106140
Octal374171110064107120141100
Binary11111100111100110010000110100100011111000011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7948; }

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

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

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

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

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

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

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

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