#FD825C

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

Shades of Coral #FD825C

Tints of Coral #FD825C

Color information

#FD825C (or 0xFD825C) is unknown color: approx Coral. HEX triplet: FD, 82 and 5C. RGB value is (253,130,92). Sum of RGB (Red+Green+Blue) = 253+130+92=475 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.26% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 92 (36.33% from 255 or 19.37% from 475); Max value from RGB is 253 - color contains mainly: red. Hex color #FD825C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD825C is #027DA3. Grayscale: #A2A2A2. Windows color (decimal): -163236 or 6062845. OLE color: 6062845.

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

Color convert

RGB25313092-
CMYK00.490.640.01
HSL14.16º97.58%67.65%-
HSV(B)14.16º63.64%99.22%-
XYZ50.4237.6214.73-
YUV162.4488.25192.59-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.26%
GREEN value IS 130 (51.17% from 255) = 27.37%
BLUE value IS 92 (36.33% from 255) = 19.37%
R=53.26%
G=27.37%
B=19.37%

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
Decimal2531309200.490.640.0114.1697.5867.65
HexFD825C031401e6244
Octal375202134061100116142104
Binary11111101100000101011100011000110000001111011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD825C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD825C; }

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

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

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

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

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

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

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

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