#FE724C

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

Shades of Coral #FE724C

Tints of Coral #FE724C

Color information

#FE724C (or 0xFE724C) is unknown color: approx Coral. HEX triplet: FE, 72 and 4C. RGB value is (254,114,76). Sum of RGB (Red+Green+Blue) = 254+114+76=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 114 (44.92% from 255 or 25.68% from 444); Blue value is 76 (30.08% from 255 or 17.12% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FE724C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE724C is #018DB3. Grayscale: #979797. Windows color (decimal): -101812 or 5010174. OLE color: 5010174.

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

Color convert

RGB25411476-
CMYK00.550.700.00
HSL12.81º98.89%64.71%-
HSV(B)12.81º70.08%99.61%-
XYZ48.1933.6310.79-
YUV151.5385.38201.09-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 57.21%
GREEN value IS 114 (44.92% from 255) = 25.68%
BLUE value IS 76 (30.08% from 255) = 17.12%
R=57.21%
G=25.68%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.70
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541147600.550.700.0012.8198.8964.71
HexFE724C037460d6341
Octal376162114067106015143101
Binary1111111011100101001100011011110001100110111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE724C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE724C; }

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

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

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

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

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

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

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

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