#FE764D

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

Shades of Coral #FE764D

Tints of Coral #FE764D

Color information

#FE764D (or 0xFE764D) is unknown color: approx Coral. HEX triplet: FE, 76 and 4D. RGB value is (254,118,77). Sum of RGB (Red+Green+Blue) = 254+118+77=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 77 (30.47% from 255 or 17.15% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FE764D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE764D is #0189B2. Grayscale: #9A9A9A. Windows color (decimal): -100787 or 5076734. OLE color: 5076734.

HSL color Cylindrical-coordinate representation of color #FE764D: hue angle of 13.9º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE764D is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.00.

Color convert

RGB25411877-
CMYK00.540.700.00
HSL13.9º98.88%64.9%-
HSV(B)13.9º69.69%99.61%-
XYZ48.6934.5611.13-
YUV153.9984.56199.33-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 56.57%
GREEN value IS 118 (46.48% from 255) = 26.28%
BLUE value IS 77 (30.47% from 255) = 17.15%
R=56.57%
G=26.28%
B=17.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.70
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541187700.540.700.0013.998.8864.9
HexFE764D036460e6341
Octal376166115066106016143101
Binary1111111011101101001101011011010001100111011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE764D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE764D; }

 p { color: rgb(254,118,77); }

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

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

 a { background-color: rgb(254,118,77); }

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

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

 span { border-color: rgb(254,118,77); }

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