#FDC98C

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

Shades of Peach-Orange #FDC98C

Tints of Peach-Orange #FDC98C

Color information

#FDC98C (or 0xFDC98C) is unknown color: approx Peach-Orange. HEX triplet: FD, C9 and 8C. RGB value is (253,201,140). Sum of RGB (Red+Green+Blue) = 253+201+140=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 201 (78.91% from 255 or 33.84% from 594); Blue value is 140 (55.08% from 255 or 23.57% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC98C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC98C is #023673. Grayscale: #D1D1D1. Windows color (decimal): -145012 or 9226749. OLE color: 9226749.

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

Color convert

RGB253201140-
CMYK00.210.450.01
HSL32.39º96.58%77.06%-
HSV(B)32.39º44.66%99.22%-
XYZ66.1364.5533.78-
YUV209.5988.73158.96-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.59%
GREEN value IS 201 (78.91% from 255) = 33.84%
BLUE value IS 140 (55.08% from 255) = 23.57%
R=42.59%
G=33.84%
B=23.57%

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
Decimal25320114000.210.450.0132.3996.5877.06
HexFDC98C0152D120614d
Octal37531121402555140141115
Binary111111011100100110001100010101101101110000011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC98C; }

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

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

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

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

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

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

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

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