#FE894A

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

Shades of Coral #FE894A

Tints of Coral #FE894A

Color information

#FE894A (or 0xFE894A) is unknown color: approx Coral. HEX triplet: FE, 89 and 4A. RGB value is (254,137,74). Sum of RGB (Red+Green+Blue) = 254+137+74=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 137 (53.91% from 255 or 29.46% from 465); Blue value is 74 (29.30% from 255 or 15.91% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FE894A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE894A is #0176B5. Grayscale: #A5A5A5. Windows color (decimal): -95926 or 4884990. OLE color: 4884990.

HSL color Cylindrical-coordinate representation of color #FE894A: hue angle of 21º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FE894A is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.00.

Color convert

RGB25413774-
CMYK00.460.710.00
HSL21º98.9%64.31%-
HSV(B)21º70.87%99.61%-
XYZ51.0539.4611.4-
YUV164.876.76191.62-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 54.62%
GREEN value IS 137 (53.91% from 255) = 29.46%
BLUE value IS 74 (29.30% from 255) = 15.91%
R=54.62%
G=29.46%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.71
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541377400.460.710.002198.964.31
HexFE894A02E470156340
Octal376211112056107025143100
Binary111111101000100110010100101110100011101010111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE894A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE894A; }

 p { color: rgb(254,137,74); }

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

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

 a { background-color: rgb(254,137,74); }

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

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

 span { border-color: rgb(254,137,74); }

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