Html Css Color HEX #FC8061 Coral

📋 copy color: '#FC8061'

red 252 ◦ green 128 ◦ blue 97

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

Shades of Coral #FC8061

Tints of Coral #FC8061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.34%

R = 52.83%
G = 26.83%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FC8061 (or 0xFC8061) is known color: Coral. HEX triplet: FC, 80 and 61. RGB value is (252,128,97). Sum of RGB (Red+Green+Blue) = 252+128+97=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 97 (38.28% from 255 or 20.34% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8061 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8061 is #037F9E. Grayscale: #A1A1A1. Windows color (decimal): -229279 or 6390012. OLE color: 6390012.

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

Color convert

RGB 252 128 97 -
CMYK 0 0.49 0.62 0.01
HSL 12º 0.96% 0.68% -
HSV(B) 12º 0.62% 0.99% -
XYZ 50.02 37 15.81 -
YUV 161.54 91.58 192.52 -
System Red Green Blue C M Y K H S L
Decimal 252 128 97 0 0.49 0.62 0.01 12 0.96 0.68
Hex FC 80 61 0 31 3E 1 C 60 44
Octal 374 200 141 0 61 76 1 14 140 104
Binary 11111100 10000000 1100001 0 110001 111110 1 1100 1100000 1000100

Color Harmonies of #FC8061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8061

Black with #FC8061

Text Example


Text Example

White with #FC8061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8061; }

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

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

background-color css

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

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

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

border-color css

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

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

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