#FC805B

Color #FC805B Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral #FC805B

Tints of Coral #FC805B

Color information

#FC805B (or 0xFC805B) is unknown color: approx Coral. HEX triplet: FC, 80 and 5B. RGB value is (252,128,91). Sum of RGB (Red+Green+Blue) = 252+128+91=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 91 (35.94% from 255 or 19.32% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FC805B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC805B is #037FA4. Grayscale: #A1A1A1. Windows color (decimal): -229285 or 5996796. OLE color: 5996796.

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

Color convert

RGB25212891-
CMYK00.490.640.01
HSL13.79º96.41%67.25%-
HSV(B)13.79º63.89%98.82%-
XYZ49.7536.8914.4-
YUV160.8688.58193.01-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 53.50%
GREEN value IS 128 (50.39% from 255) = 27.18%
BLUE value IS 91 (35.94% from 255) = 19.32%
R=53.50%
G=27.18%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521289100.490.640.0113.7996.4167.25
HexFC805B031401e6043
Octal374200133061100116140103
Binary11111100100000001011011011000110000001111011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC805B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC805B; }

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

 H1.HeaderClassName
 {
   color: #FC805B;
 }
 .AnyTagClassName
 {
   color: #FC805B;
 }
</style>
background-color css

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

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

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

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

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

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