Html Css Color HEX #FC805D Coral

📋 copy color: '#FC805D'

red 252 ◦ green 128 ◦ blue 93

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

Shades of Coral #FC805D

Tints of Coral #FC805D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.06%

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

R = 53.28%
G = 27.06%
B = 19.66%

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

#FC805D (or 0xFC805D) is known color: Coral. HEX triplet: FC, 80 and 5D. RGB value is (252,128,93). Sum of RGB (Red+Green+Blue) = 252+128+93=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 93 (36.72% from 255 or 19.66% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FC805D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC805D is #037FA2. Grayscale: #A1A1A1. Windows color (decimal): -229283 or 6127868. OLE color: 6127868.

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

Color convert

RGB 252 128 93 -
CMYK 0 0.49 0.63 0.01
HSL 13.21º 0.96% 0.68% -
HSV(B) 13.21º 0.63% 0.99% -
XYZ 49.84 36.92 14.86 -
YUV 161.09 89.58 192.85 -
System Red Green Blue C M Y K H S L
Decimal 252 128 93 0 0.49 0.63 0.01 13.21 0.96 0.68
Hex FC 80 5D 0 31 3F 1 D 60 44
Octal 374 200 135 0 61 77 1 15 140 104
Binary 11111100 10000000 1011101 0 110001 111111 1 1101 1100000 1000100

Color Harmonies of #FC805D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC805D

Black with #FC805D

Text Example


Text Example

White with #FC805D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC805D; }

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

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

background-color css

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

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

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

border-color css

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

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

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