Html Css Color HEX #FC7D56 Coral

📋 copy color: '#FC7D56'

red 252 ◦ green 125 ◦ blue 86

#FC7D56
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Coral #FC7D56

Tints of Coral #FC7D56

RGB

 RED value IS 252 (98.83% from 255) = 54.43%

 GREEN value IS 125 (49.22% from 255) = 27%

 BLUE value IS 86 (33.98% from 255) = 18.57%

R = 54.43%
G = 27%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FC7D56 (or 0xFC7D56) is known color: Coral. HEX triplet: FC, 7D and 56. RGB value is (252,125,86). Sum of RGB (Red+Green+Blue) = 252+125+86=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 125 (49.22% from 255 or 27.00% from 463); Blue value is 86 (33.98% from 255 or 18.57% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7D56 is #0382A9. Grayscale: #9E9E9E. Windows color (decimal): -230058 or 5668348. OLE color: 5668348.

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

Color convert

RGB 252 125 86 -
CMYK 0 0.50 0.66 0.01
HSL 14.1º 0.97% 0.66% -
HSV(B) 14.1º 0.66% 0.99% -
XYZ 49.16 36.03 13.17 -
YUV 158.53 87.08 194.67 -
System Red Green Blue C M Y K H S L
Decimal 252 125 86 0 0.50 0.66 0.01 14.1 0.97 0.66
Hex FC 7D 56 0 32 42 1 E 61 42
Octal 374 175 126 0 62 102 1 16 141 102
Binary 11111100 1111101 1010110 0 110010 1000010 1 1110 1100001 1000010

Color Harmonies of #FC7D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7D56

Black with #FC7D56

Text Example


Text Example

White with #FC7D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7D56; }

 p { color: rgb(252,125,86); }

 H1.HeaderClassName
 {
   color: #FC7D56;
 }
 .AnyTagClassName
 {
   color: #FC7D56;
 }
</style>

background-color css

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

 a { background-color: rgb(252,125,86); }

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

border-color css

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

 span { border-color: rgb(252,125,86); }

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