#FE754C

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

Shades of Coral #FE754C

Tints of Coral #FE754C

Color information

#FE754C (or 0xFE754C) is unknown color: approx Coral. HEX triplet: FE, 75 and 4C. RGB value is (254,117,76). Sum of RGB (Red+Green+Blue) = 254+117+76=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 117 (46.09% from 255 or 26.17% from 447); Blue value is 76 (30.08% from 255 or 17.00% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FE754C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE754C is #018AB3. Grayscale: #999999. Windows color (decimal): -101044 or 5010942. OLE color: 5010942.

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

Color convert

RGB25411776-
CMYK00.540.700.00
HSL13.82º98.89%64.71%-
HSV(B)13.82º70.08%99.61%-
XYZ48.5434.3210.9-
YUV153.2984.39199.83-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 56.82%
GREEN value IS 117 (46.09% from 255) = 26.17%
BLUE value IS 76 (30.08% from 255) = 17.00%
R=56.82%
G=26.17%
B=17.00%

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
Decimal2541177600.540.700.0013.8298.8964.71
HexFE754C036460e6341
Octal376165114066106016143101
Binary1111111011101011001100011011010001100111011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE754C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE754C; }

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

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

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

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

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

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

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

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