Html Css Color HEX #FC7755 Coral

📋 copy color: '#FC7755'

red 252 ◦ green 119 ◦ blue 85

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

Shades of Coral #FC7755

Tints of Coral #FC7755

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.1%

 BLUE value IS 85 (33.59% from 255) = 18.64%

R = 55.26%
G = 26.1%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FC7755 (or 0xFC7755) is known color: Coral. HEX triplet: FC, 77 and 55. RGB value is (252,119,85). Sum of RGB (Red+Green+Blue) = 252+119+85=456 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.26% from 456); Green value is 119 (46.88% from 255 or 26.10% from 456); Blue value is 85 (33.59% from 255 or 18.64% from 456); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7755 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7755 is #0388AA. Grayscale: #9B9B9B. Windows color (decimal): -231595 or 5601276. OLE color: 5601276.

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

Color convert

RGB 252 119 85 -
CMYK 0 0.53 0.66 0.01
HSL 12.22º 0.97% 0.66% -
HSV(B) 12.22º 0.66% 0.99% -
XYZ 48.38 34.54 12.71 -
YUV 154.89 88.56 197.26 -
System Red Green Blue C M Y K H S L
Decimal 252 119 85 0 0.53 0.66 0.01 12.22 0.97 0.66
Hex FC 77 55 0 35 42 1 C 61 42
Octal 374 167 125 0 65 102 1 14 141 102
Binary 11111100 1110111 1010101 0 110101 1000010 1 1100 1100001 1000010

Color Harmonies of #FC7755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7755

Black with #FC7755

Text Example


Text Example

White with #FC7755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7755; }

 p { color: rgb(252,119,85); }

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

background-color css

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

 a { background-color: rgb(252,119,85); }

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

border-color css

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

 span { border-color: rgb(252,119,85); }

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