#FD805C

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

Shades of Coral #FD805C

Tints of Coral #FD805C

Color information

#FD805C (or 0xFD805C) is unknown color: approx Coral. HEX triplet: FD, 80 and 5C. RGB value is (253,128,92). Sum of RGB (Red+Green+Blue) = 253+128+92=473 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.49% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 92 (36.33% from 255 or 19.45% from 473); Max value from RGB is 253 - color contains mainly: red. Hex color #FD805C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD805C is #027FA3. Grayscale: #A1A1A1. Windows color (decimal): -163748 or 6062333. OLE color: 6062333.

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

Color convert

RGB25312892-
CMYK00.490.640.01
HSL13.42º97.58%67.65%-
HSV(B)13.42º63.64%99.22%-
XYZ50.1637.0914.64-
YUV161.2788.91193.43-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.49%
GREEN value IS 128 (50.39% from 255) = 27.06%
BLUE value IS 92 (36.33% from 255) = 19.45%
R=53.49%
G=27.06%
B=19.45%

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
Decimal2531289200.490.640.0113.4297.5867.65
HexFD805C031401d6244
Octal375200134061100115142104
Binary11111101100000001011100011000110000001110111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD805C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD805C; }

 p { color: rgb(253,128,92); }

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

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

 a { background-color: rgb(253,128,92); }

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

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

 span { border-color: rgb(253,128,92); }

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