#FDC98D

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

Shades of Peach-Orange #FDC98D

Tints of Peach-Orange #FDC98D

Color information

#FDC98D (or 0xFDC98D) is unknown color: approx Peach-Orange. HEX triplet: FD, C9 and 8D. RGB value is (253,201,141). Sum of RGB (Red+Green+Blue) = 253+201+141=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 201 (78.91% from 255 or 33.78% from 595); Blue value is 141 (55.47% from 255 or 23.70% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC98D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC98D is #023672. Grayscale: #D1D1D1. Windows color (decimal): -145011 or 9292285. OLE color: 9292285.

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

Color convert

RGB253201141-
CMYK00.210.440.01
HSL32.14º96.55%77.25%-
HSV(B)32.14º44.27%99.22%-
XYZ66.264.5834.18-
YUV209.7189.23158.88-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.52%
GREEN value IS 201 (78.91% from 255) = 33.78%
BLUE value IS 141 (55.47% from 255) = 23.70%
R=42.52%
G=33.78%
B=23.70%

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
Decimal25320114100.210.440.0132.1496.5577.25
HexFDC98D0152C120614d
Octal37531121502554140141115
Binary111111011100100110001101010101101100110000011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC98D; }

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

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

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

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

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

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

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

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