#FE774D

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

Shades of Coral #FE774D

Tints of Coral #FE774D

Color information

#FE774D (or 0xFE774D) is unknown color: approx Coral. HEX triplet: FE, 77 and 4D. RGB value is (254,119,77). Sum of RGB (Red+Green+Blue) = 254+119+77=450 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.44% from 450); Green value is 119 (46.88% from 255 or 26.44% from 450); Blue value is 77 (30.47% from 255 or 17.11% from 450); Max value from RGB is 254 - color contains mainly: red. Hex color #FE774D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE774D is #0188B2. Grayscale: #9A9A9A. Windows color (decimal): -100531 or 5076990. OLE color: 5076990.

HSL color Cylindrical-coordinate representation of color #FE774D: hue angle of 14.24º 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 #FE774D is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.00.

Color convert

RGB25411977-
CMYK00.530.700.00
HSL14.24º98.88%64.9%-
HSV(B)14.24º69.69%99.61%-
XYZ48.8134.811.17-
YUV154.5884.23198.92-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 56.44%
GREEN value IS 119 (46.88% from 255) = 26.44%
BLUE value IS 77 (30.47% from 255) = 17.11%
R=56.44%
G=26.44%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.70
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541197700.530.700.0014.2498.8864.9
HexFE774D035460e6341
Octal376167115065106016143101
Binary1111111011101111001101011010110001100111011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE774D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE774D; }

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

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

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

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

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

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

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

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