Html Css Color HEX #FC7A56 Coral

📋 copy color: '#FC7A56'

red 252 ◦ green 122 ◦ blue 86

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

Shades of Coral #FC7A56

Tints of Coral #FC7A56

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.52%

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

R = 54.78%
G = 26.52%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FC7A56 (or 0xFC7A56) is known color: Coral. HEX triplet: FC, 7A and 56. RGB value is (252,122,86). Sum of RGB (Red+Green+Blue) = 252+122+86=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 86 (33.98% from 255 or 18.70% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7A56 is #0385A9. Grayscale: #9D9D9D. Windows color (decimal): -230826 or 5667580. OLE color: 5667580.

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

Color convert

RGB 252 122 86 -
CMYK 0 0.52 0.66 0.01
HSL 13.01º 0.97% 0.66% -
HSV(B) 13.01º 0.66% 0.99% -
XYZ 48.78 35.29 13.04 -
YUV 156.77 88.07 195.93 -
System Red Green Blue C M Y K H S L
Decimal 252 122 86 0 0.52 0.66 0.01 13.01 0.97 0.66
Hex FC 7A 56 0 34 42 1 D 61 42
Octal 374 172 126 0 64 102 1 15 141 102
Binary 11111100 1111010 1010110 0 110100 1000010 1 1101 1100001 1000010

Color Harmonies of #FC7A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7A56

Black with #FC7A56

Text Example


Text Example

White with #FC7A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7A56; }

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

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

background-color css

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

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

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

border-color css

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

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

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