#FE7A54

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

Shades of Coral #FE7A54

Tints of Coral #FE7A54

Color information

#FE7A54 (or 0xFE7A54) is unknown color: approx Coral. HEX triplet: FE, 7A and 54. RGB value is (254,122,84). Sum of RGB (Red+Green+Blue) = 254+122+84=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 84 (33.20% from 255 or 18.26% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7A54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7A54 is #0185AB. Grayscale: #9D9D9D. Windows color (decimal): -99756 or 5536510. OLE color: 5536510.

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

Color convert

RGB25412284-
CMYK00.520.670.00
HSL13.41º98.84%66.27%-
HSV(B)13.41º66.93%99.61%-
XYZ49.4335.6312.66-
YUV157.1486.73197.09-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 55.22%
GREEN value IS 122 (48.05% from 255) = 26.52%
BLUE value IS 84 (33.20% from 255) = 18.26%
R=55.22%
G=26.52%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.67
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541228400.520.670.0013.4198.8466.27
HexFE7A54034430d6342
Octal376172124064103015143102
Binary1111111011110101010100011010010000110110111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7A54; }

 p { color: rgb(254,122,84); }

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

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

 a { background-color: rgb(254,122,84); }

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

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

 span { border-color: rgb(254,122,84); }

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