#FDC98E

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

Shades of Peach-Orange #FDC98E

Tints of Peach-Orange #FDC98E

Color information

#FDC98E (or 0xFDC98E) is unknown color: approx Peach-Orange. HEX triplet: FD, C9 and 8E. RGB value is (253,201,142). Sum of RGB (Red+Green+Blue) = 253+201+142=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 201 (78.91% from 255 or 33.72% from 596); Blue value is 142 (55.86% from 255 or 23.83% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC98E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC98E is #023671. Grayscale: #D2D2D2. Windows color (decimal): -145010 or 9357821. OLE color: 9357821.

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

Color convert

RGB253201142-
CMYK00.210.440.01
HSL31.89º96.52%77.45%-
HSV(B)31.89º43.87%99.22%-
XYZ66.2864.6134.57-
YUV209.8289.73158.8-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.45%
GREEN value IS 201 (78.91% from 255) = 33.72%
BLUE value IS 142 (55.86% from 255) = 23.83%
R=42.45%
G=33.72%
B=23.83%

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
Decimal25320114200.210.440.0131.8996.5277.45
HexFDC98E0152C120614d
Octal37531121602554140141115
Binary111111011100100110001110010101101100110000011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC98E; }

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

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

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

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

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

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

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

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