#FDC88D

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

Shades of Peach-Orange #FDC88D

Tints of Peach-Orange #FDC88D

Color information

#FDC88D (or 0xFDC88D) is unknown color: approx Peach-Orange. HEX triplet: FD, C8 and 8D. RGB value is (253,200,141). Sum of RGB (Red+Green+Blue) = 253+200+141=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 200 (78.52% from 255 or 33.67% from 594); Blue value is 141 (55.47% from 255 or 23.74% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC88D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC88D is #023772. Grayscale: #D1D1D1. Windows color (decimal): -145267 or 9292029. OLE color: 9292029.

HSL color Cylindrical-coordinate representation of color #FDC88D: hue angle of 31.61º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FDC88D is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB253200141-
CMYK00.210.440.01
HSL31.61º96.55%77.25%-
HSV(B)31.61º44.27%99.22%-
XYZ65.9764.1134.1-
YUV209.1289.56159.3-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.59%
GREEN value IS 200 (78.52% from 255) = 33.67%
BLUE value IS 141 (55.47% from 255) = 23.74%
R=42.59%
G=33.67%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320014100.210.440.0131.6196.5577.25
HexFDC88D0152C120614d
Octal37531021502554140141115
Binary111111011100100010001101010101101100110000011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC88D; }

 p { color: rgb(253,200,141); }

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

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

 a { background-color: rgb(253,200,141); }

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

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

 span { border-color: rgb(253,200,141); }

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