Html Css Color HEX #FC7E5C Coral

📋 copy color: '#FC7E5C'

red 252 ◦ green 126 ◦ blue 92

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

Shades of Coral #FC7E5C

Tints of Coral #FC7E5C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.81%

 BLUE value IS 92 (36.33% from 255) = 19.57%

R = 53.62%
G = 26.81%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC7E5C (or 0xFC7E5C) is known color: Coral. HEX triplet: FC, 7E and 5C. RGB value is (252,126,92). Sum of RGB (Red+Green+Blue) = 252+126+92=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 126 (49.61% from 255 or 26.81% from 470); Blue value is 92 (36.33% from 255 or 19.57% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7E5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7E5C is #0381A3. Grayscale: #A0A0A0. Windows color (decimal): -229796 or 6061820. OLE color: 6061820.

HSL color Cylindrical-coordinate representation of color #FC7E5C: hue angle of 12.75º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC7E5C is Cyan = 0, Magento = 0.5, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 126 92 -
CMYK 0 0.5 0.63 0.01
HSL 12.75º 0.96% 0.67% -
HSV(B) 12.75º 0.63% 0.99% -
XYZ 49.54 36.39 14.54 -
YUV 159.8 89.74 193.76 -
System Red Green Blue C M Y K H S L
Decimal 252 126 92 0 0.5 0.63 0.01 12.75 0.96 0.67
Hex FC 7E 5C 0 32 3F 1 D 60 43
Octal 374 176 134 0 62 77 1 15 140 103
Binary 11111100 1111110 1011100 0 110010 111111 1 1101 1100000 1000011

Color Harmonies of #FC7E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7E5C

Black with #FC7E5C

Text Example


Text Example

White with #FC7E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7E5C; }

 p { color: rgb(252,126,92); }

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

background-color css

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

 a { background-color: rgb(252,126,92); }

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

border-color css

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

 span { border-color: rgb(252,126,92); }

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