#FD764E

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

Shades of Coral #FD764E

Tints of Coral #FD764E

Color information

#FD764E (or 0xFD764E) is unknown color: approx Coral. HEX triplet: FD, 76 and 4E. RGB value is (253,118,78). Sum of RGB (Red+Green+Blue) = 253+118+78=449 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.35% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 78 (30.86% from 255 or 17.37% from 449); Max value from RGB is 253 - color contains mainly: red. Hex color #FD764E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD764E is #0289B1. Grayscale: #9A9A9A. Windows color (decimal): -166322 or 5142269. OLE color: 5142269.

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

Color convert

RGB25311878-
CMYK00.530.690.01
HSL13.71º97.77%64.9%-
HSV(B)13.71º69.17%99.22%-
XYZ48.3634.3911.3-
YUV153.885.23198.75-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 56.35%
GREEN value IS 118 (46.48% from 255) = 26.28%
BLUE value IS 78 (30.86% from 255) = 17.37%
R=56.35%
G=26.28%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.69
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531187800.530.690.0113.7197.7764.9
HexFD764E035451e6241
Octal375166116065105116142101
Binary1111110111101101001110011010110001011111011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD764E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD764E; }

 p { color: rgb(253,118,78); }

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

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

 a { background-color: rgb(253,118,78); }

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

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

 span { border-color: rgb(253,118,78); }

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