#FDC591

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

Shades of Peach-Orange #FDC591

Tints of Peach-Orange #FDC591

Color information

#FDC591 (or 0xFDC591) is unknown color: approx Peach-Orange. HEX triplet: FD, C5 and 91. RGB value is (253,197,145). Sum of RGB (Red+Green+Blue) = 253+197+145=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 197 (77.34% from 255 or 33.11% from 595); Blue value is 145 (57.03% from 255 or 24.37% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC591 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC591 is #023A6E. Grayscale: #D0D0D0. Windows color (decimal): -146031 or 9553405. OLE color: 9553405.

HSL color Cylindrical-coordinate representation of color #FDC591: hue angle of 28.89º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDC591 is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB253197145-
CMYK00.220.430.01
HSL28.89º96.43%78.04%-
HSV(B)28.89º42.69%99.22%-
XYZ65.5962.8635.46-
YUV207.8292.55160.23-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.52%
GREEN value IS 197 (77.34% from 255) = 33.11%
BLUE value IS 145 (57.03% from 255) = 24.37%
R=42.52%
G=33.11%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319714500.220.430.0128.8996.4378.04
HexFDC5910162B11d604e
Octal37530522102653135140116
Binary11111101110001011001000101011010101111110111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC591; }

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

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

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

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

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

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

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

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