#FE7546

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

Shades of Coral #FE7546

Tints of Coral #FE7546

Color information

#FE7546 (or 0xFE7546) is unknown color: approx Coral. HEX triplet: FE, 75 and 46. RGB value is (254,117,70). Sum of RGB (Red+Green+Blue) = 254+117+70=441 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.60% from 441); Green value is 117 (46.09% from 255 or 26.53% from 441); Blue value is 70 (27.73% from 255 or 15.87% from 441); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7546 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7546 is #018AB9. Grayscale: #989898. Windows color (decimal): -101050 or 4617726. OLE color: 4617726.

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

Color convert

RGB25411770-
CMYK00.540.720.00
HSL15.33º98.92%63.53%-
HSV(B)15.33º72.44%99.61%-
XYZ48.3434.249.85-
YUV152.681.39200.32-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 57.60%
GREEN value IS 117 (46.09% from 255) = 26.53%
BLUE value IS 70 (27.73% from 255) = 15.87%
R=57.60%
G=26.53%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.72
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541177000.540.720.0015.3398.9263.53
HexFE7546036480f6340
Octal376165106066110017143100
Binary1111111011101011000110011011010010000111111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7546; }

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

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

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

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

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

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

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

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