#FDC88C

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

Shades of Peach-Orange #FDC88C

Tints of Peach-Orange #FDC88C

Color information

#FDC88C (or 0xFDC88C) is unknown color: approx Peach-Orange. HEX triplet: FD, C8 and 8C. RGB value is (253,200,140). Sum of RGB (Red+Green+Blue) = 253+200+140=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 200 (78.52% from 255 or 33.73% from 593); Blue value is 140 (55.08% from 255 or 23.61% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC88C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC88C is #023773. Grayscale: #D1D1D1. Windows color (decimal): -145268 or 9226493. OLE color: 9226493.

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

Color convert

RGB253200140-
CMYK00.210.450.01
HSL31.86º96.58%77.06%-
HSV(B)31.86º44.66%99.22%-
XYZ65.964.0833.71-
YUV209.0189.06159.38-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.66%
GREEN value IS 200 (78.52% from 255) = 33.73%
BLUE value IS 140 (55.08% from 255) = 23.61%
R=42.66%
G=33.73%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320014000.210.450.0131.8696.5877.06
HexFDC88C0152D120614d
Octal37531021402555140141115
Binary111111011100100010001100010101101101110000011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC88C; }

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

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

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

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

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

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

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

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