Html Css Color HEX #FC815B Coral

📋 copy color: '#FC815B'

red 252 ◦ green 129 ◦ blue 91

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

Shades of Coral #FC815B

Tints of Coral #FC815B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.28%

R = 53.39%
G = 27.33%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FC815B (or 0xFC815B) is known color: Coral. HEX triplet: FC, 81 and 5B. RGB value is (252,129,91). Sum of RGB (Red+Green+Blue) = 252+129+91=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 91 (35.94% from 255 or 19.28% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FC815B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC815B is #037EA4. Grayscale: #A1A1A1. Windows color (decimal): -229029 or 5997052. OLE color: 5997052.

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

Color convert

RGB 252 129 91 -
CMYK 0 0.49 0.64 0.01
HSL 14.16º 0.96% 0.67% -
HSV(B) 14.16º 0.64% 0.99% -
XYZ 49.88 37.15 14.44 -
YUV 161.45 88.25 192.59 -
System Red Green Blue C M Y K H S L
Decimal 252 129 91 0 0.49 0.64 0.01 14.16 0.96 0.67
Hex FC 81 5B 0 31 40 1 E 60 43
Octal 374 201 133 0 61 100 1 16 140 103
Binary 11111100 10000001 1011011 0 110001 1000000 1 1110 1100000 1000011

Color Harmonies of #FC815B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC815B

Black with #FC815B

Text Example


Text Example

White with #FC815B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC815B; }

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

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

background-color css

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

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

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

border-color css

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

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

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