#FDC99A

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

Shades of Peach-Orange #FDC99A

Tints of Peach-Orange #FDC99A

Color information

#FDC99A (or 0xFDC99A) is unknown color: approx Peach-Orange. HEX triplet: FD, C9 and 9A. RGB value is (253,201,154). Sum of RGB (Red+Green+Blue) = 253+201+154=608 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.61% from 608); Green value is 201 (78.91% from 255 or 33.06% from 608); Blue value is 154 (60.55% from 255 or 25.33% from 608); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC99A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC99A is #023665. Grayscale: #D3D3D3. Windows color (decimal): -144998 or 10144253. OLE color: 10144253.

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

Color convert

RGB253201154-
CMYK00.210.390.01
HSL28.48º96.12%79.8%-
HSV(B)28.48º39.13%99.22%-
XYZ67.2364.9939.57-
YUV211.1995.73157.82-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.61%
GREEN value IS 201 (78.91% from 255) = 33.06%
BLUE value IS 154 (60.55% from 255) = 25.33%
R=41.61%
G=33.06%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320115400.210.390.0128.4896.1279.8
HexFDC99A0152711c6050
Octal37531123202547134140120
Binary11111101110010011001101001010110011111110011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC99A; }

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

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

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

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

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

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

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

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