Html Css Color HEX #FC815D Coral

📋 copy color: '#FC815D'

red 252 ◦ green 129 ◦ blue 93

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

Shades of Coral #FC815D

Tints of Coral #FC815D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.22%

 BLUE value IS 93 (36.72% from 255) = 19.62%

R = 53.16%
G = 27.22%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC815D (or 0xFC815D) is known color: Coral. HEX triplet: FC, 81 and 5D. RGB value is (252,129,93). Sum of RGB (Red+Green+Blue) = 252+129+93=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 129 (50.78% from 255 or 27.22% from 474); Blue value is 93 (36.72% from 255 or 19.62% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FC815D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC815D is #037EA2. Grayscale: #A1A1A1. Windows color (decimal): -229027 or 6128124. OLE color: 6128124.

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

Color convert

RGB 252 129 93 -
CMYK 0 0.49 0.63 0.01
HSL 13.58º 0.96% 0.68% -
HSV(B) 13.58º 0.63% 0.99% -
XYZ 49.97 37.19 14.9 -
YUV 161.67 89.25 192.43 -
System Red Green Blue C M Y K H S L
Decimal 252 129 93 0 0.49 0.63 0.01 13.58 0.96 0.68
Hex FC 81 5D 0 31 3F 1 E 60 44
Octal 374 201 135 0 61 77 1 16 140 104
Binary 11111100 10000001 1011101 0 110001 111111 1 1110 1100000 1000100

Color Harmonies of #FC815D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC815D

Black with #FC815D

Text Example


Text Example

White with #FC815D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC815D; }

 p { color: rgb(252,129,93); }

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

background-color css

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

 a { background-color: rgb(252,129,93); }

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

border-color css

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

 span { border-color: rgb(252,129,93); }

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