#FE754D

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

Shades of Coral #FE754D

Tints of Coral #FE754D

Color information

#FE754D (or 0xFE754D) is unknown color: approx Coral. HEX triplet: FE, 75 and 4D. RGB value is (254,117,77). Sum of RGB (Red+Green+Blue) = 254+117+77=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 117 (46.09% from 255 or 26.12% from 448); Blue value is 77 (30.47% from 255 or 17.19% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FE754D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE754D is #018AB2. Grayscale: #999999. Windows color (decimal): -101043 or 5076478. OLE color: 5076478.

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

Color convert

RGB25411777-
CMYK00.540.700.00
HSL13.56º98.88%64.9%-
HSV(B)13.56º69.69%99.61%-
XYZ48.5734.3311.09-
YUV153.484.89199.75-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 56.70%
GREEN value IS 117 (46.09% from 255) = 26.12%
BLUE value IS 77 (30.47% from 255) = 17.19%
R=56.70%
G=26.12%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.70
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541177700.540.700.0013.5698.8864.9
HexFE754D036460e6341
Octal376165115066106016143101
Binary1111111011101011001101011011010001100111011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE754D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE754D; }

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

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

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

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

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

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

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

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