#FDC590

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

Shades of Peach-Orange #FDC590

Tints of Peach-Orange #FDC590

Color information

#FDC590 (or 0xFDC590) is unknown color: approx Peach-Orange. HEX triplet: FD, C5 and 90. RGB value is (253,197,144). Sum of RGB (Red+Green+Blue) = 253+197+144=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 197 (77.34% from 255 or 33.16% from 594); Blue value is 144 (56.64% from 255 or 24.24% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC590 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC590 is #023A6F. Grayscale: #CFCFCF. Windows color (decimal): -146032 or 9487869. OLE color: 9487869.

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

Color convert

RGB253197144-
CMYK00.220.430.01
HSL29.17º96.46%77.84%-
HSV(B)29.17º43.08%99.22%-
XYZ65.5162.8335.06-
YUV207.792.05160.31-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.59%
GREEN value IS 197 (77.34% from 255) = 33.16%
BLUE value IS 144 (56.64% from 255) = 24.24%
R=42.59%
G=33.16%
B=24.24%

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
Decimal25319714400.220.430.0129.1796.4677.84
HexFDC5900162B11d604e
Octal37530522002653135140116
Binary11111101110001011001000001011010101111110111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC590; }

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

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

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

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

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

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

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

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