#FEC491

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

Shades of Peach-Orange #FEC491

Tints of Peach-Orange #FEC491

Color information

#FEC491 (or 0xFEC491) is unknown color: approx Peach-Orange. HEX triplet: FE, C4 and 91. RGB value is (254,196,145). Sum of RGB (Red+Green+Blue) = 254+196+145=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 196 (76.95% from 255 or 32.94% from 595); Blue value is 145 (57.03% from 255 or 24.37% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC491 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC491 is #013B6E. Grayscale: #CFCFCF. Windows color (decimal): -80751 or 9553150. OLE color: 9553150.

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

Color convert

RGB254196145-
CMYK00.230.430.00
HSL28.07º98.2%78.24%-
HSV(B)28.07º42.91%99.61%-
XYZ65.7262.635.41-
YUV207.5392.72161.15-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.69%
GREEN value IS 196 (76.95% from 255) = 32.94%
BLUE value IS 145 (57.03% from 255) = 24.37%
R=42.69%
G=32.94%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.43
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419614500.230.430.0028.0798.278.24
HexFEC4910172B01c624e
Octal37630422102753034142116
Binary11111110110001001001000101011110101101110011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC491; }

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

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

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

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

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

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

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

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