#FE7552

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

Shades of Coral #FE7552

Tints of Coral #FE7552

Color information

#FE7552 (or 0xFE7552) is unknown color: approx Coral. HEX triplet: FE, 75 and 52. RGB value is (254,117,82). Sum of RGB (Red+Green+Blue) = 254+117+82=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 82 (32.42% from 255 or 18.10% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7552 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7552 is #018AAD. Grayscale: #9A9A9A. Windows color (decimal): -101038 or 5404158. OLE color: 5404158.

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

Color convert

RGB25411782-
CMYK00.540.680.00
HSL12.21º98.85%65.88%-
HSV(B)12.21º67.72%99.61%-
XYZ48.7634.412.05-
YUV153.9787.39199.35-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 56.07%
GREEN value IS 117 (46.09% from 255) = 25.83%
BLUE value IS 82 (32.42% from 255) = 18.10%
R=56.07%
G=25.83%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.68
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541178200.540.680.0012.2198.8565.88
HexFE7552036440c6342
Octal376165122066104014143102
Binary1111111011101011010010011011010001000110011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7552; }

 p { color: rgb(254,117,82); }

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

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

 a { background-color: rgb(254,117,82); }

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

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

 span { border-color: rgb(254,117,82); }

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