Html Css Color HEX #FC7B56 Coral

📋 copy color: '#FC7B56'

red 252 ◦ green 123 ◦ blue 86

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

Shades of Coral #FC7B56

Tints of Coral #FC7B56

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.68%

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

R = 54.66%
G = 26.68%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FC7B56 (or 0xFC7B56) is known color: Coral. HEX triplet: FC, 7B and 56. RGB value is (252,123,86). Sum of RGB (Red+Green+Blue) = 252+123+86=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 123 (48.44% from 255 or 26.68% from 461); Blue value is 86 (33.98% from 255 or 18.66% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7B56 is #0384A9. Grayscale: #9D9D9D. Windows color (decimal): -230570 or 5667836. OLE color: 5667836.

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

Color convert

RGB 252 123 86 -
CMYK 0 0.51 0.66 0.01
HSL 13.37º 0.97% 0.66% -
HSV(B) 13.37º 0.66% 0.99% -
XYZ 48.91 35.53 13.08 -
YUV 157.35 87.74 195.51 -
System Red Green Blue C M Y K H S L
Decimal 252 123 86 0 0.51 0.66 0.01 13.37 0.97 0.66
Hex FC 7B 56 0 33 42 1 D 61 42
Octal 374 173 126 0 63 102 1 15 141 102
Binary 11111100 1111011 1010110 0 110011 1000010 1 1101 1100001 1000010

Color Harmonies of #FC7B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7B56

Black with #FC7B56

Text Example


Text Example

White with #FC7B56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7B56; }

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

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

background-color css

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

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

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

border-color css

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

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

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