Html Css Color HEX #FC7F55 Coral

📋 copy color: '#FC7F55'

red 252 ◦ green 127 ◦ blue 85

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

Shades of Coral #FC7F55

Tints of Coral #FC7F55

RGB

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

 GREEN value IS 127 (50% from 255) = 27.37%

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

R = 54.31%
G = 27.37%
B = 18.32%

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

#FC7F55 (or 0xFC7F55) is known color: Coral. HEX triplet: FC, 7F and 55. RGB value is (252,127,85). Sum of RGB (Red+Green+Blue) = 252+127+85=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 127 (50% from 255 or 27.37% from 464); Blue value is 85 (33.59% from 255 or 18.32% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7F55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7F55 is #0380AA. Grayscale: #9F9F9F. Windows color (decimal): -229547 or 5603324. OLE color: 5603324.

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

Color convert

RGB 252 127 85 -
CMYK 0 0.50 0.66 0.01
HSL 15.09º 0.97% 0.66% -
HSV(B) 15.09º 0.66% 0.99% -
XYZ 49.37 36.53 13.04 -
YUV 159.59 85.91 193.92 -
System Red Green Blue C M Y K H S L
Decimal 252 127 85 0 0.50 0.66 0.01 15.09 0.97 0.66
Hex FC 7F 55 0 32 42 1 F 61 42
Octal 374 177 125 0 62 102 1 17 141 102
Binary 11111100 1111111 1010101 0 110010 1000010 1 1111 1100001 1000010

Color Harmonies of #FC7F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7F55

Black with #FC7F55

Text Example


Text Example

White with #FC7F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7F55; }

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

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

background-color css

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

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

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

border-color css

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

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

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