#FEC489

Color #FEC489 Peach-Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peach-Orange #FEC489

Tints of Peach-Orange #FEC489

Color information

#FEC489 (or 0xFEC489) is unknown color: approx Peach-Orange. HEX triplet: FE, C4 and 89. RGB value is (254,196,137). Sum of RGB (Red+Green+Blue) = 254+196+137=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 196 (76.95% from 255 or 33.39% from 587); Blue value is 137 (53.91% from 255 or 23.34% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC489 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC489 is #013B76. Grayscale: #CECECE. Windows color (decimal): -80759 or 9028862. OLE color: 9028862.

HSL color Cylindrical-coordinate representation of color #FEC489: hue angle of 30.26º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FEC489 is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.00.

Color convert

RGB254196137-
CMYK00.230.460.00
HSL30.26º98.32%76.67%-
HSV(B)30.26º46.06%99.61%-
XYZ65.1362.3632.27-
YUV206.6288.72161.8-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.27%
GREEN value IS 196 (76.95% from 255) = 33.39%
BLUE value IS 137 (53.91% from 255) = 23.34%
R=43.27%
G=33.39%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.46
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419613700.230.460.0030.2698.3276.67
HexFEC4890172E01e624d
Octal37630421102756036142115
Binary11111110110001001000100101011110111001111011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC489; }

 p { color: rgb(254,196,137); }

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

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

 a { background-color: rgb(254,196,137); }

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

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

 span { border-color: rgb(254,196,137); }

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