#FEC591

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

Shades of Peach-Orange #FEC591

Tints of Peach-Orange #FEC591

Color information

#FEC591 (or 0xFEC591) is unknown color: approx Peach-Orange. HEX triplet: FE, C5 and 91. RGB value is (254,197,145). Sum of RGB (Red+Green+Blue) = 254+197+145=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 197 (77.34% from 255 or 33.05% from 596); Blue value is 145 (57.03% from 255 or 24.33% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC591 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC591 is #013A6E. Grayscale: #D0D0D0. Windows color (decimal): -80495 or 9553406. OLE color: 9553406.

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

Color convert

RGB254197145-
CMYK00.220.430.00
HSL28.62º98.2%78.24%-
HSV(B)28.62º42.91%99.61%-
XYZ65.9563.0535.48-
YUV208.1192.38160.73-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.62%
GREEN value IS 197 (77.34% from 255) = 33.05%
BLUE value IS 145 (57.03% from 255) = 24.33%
R=42.62%
G=33.05%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.43
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419714500.220.430.0028.6298.278.24
HexFEC5910162B01d624e
Octal37630522102653035142116
Binary11111110110001011001000101011010101101110111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC591; }

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

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

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

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

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

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

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

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