#FDC991

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

Shades of Peach-Orange #FDC991

Tints of Peach-Orange #FDC991

Color information

#FDC991 (or 0xFDC991) is unknown color: approx Peach-Orange. HEX triplet: FD, C9 and 91. RGB value is (253,201,145). Sum of RGB (Red+Green+Blue) = 253+201+145=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 201 (78.91% from 255 or 33.56% from 599); Blue value is 145 (57.03% from 255 or 24.21% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC991 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC991 is #02366E. Grayscale: #D2D2D2. Windows color (decimal): -145007 or 9554429. OLE color: 9554429.

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

Color convert

RGB253201145-
CMYK00.210.430.01
HSL31.11º96.43%78.04%-
HSV(B)31.11º42.69%99.22%-
XYZ66.5164.735.77-
YUV210.1691.23158.55-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.24%
GREEN value IS 201 (78.91% from 255) = 33.56%
BLUE value IS 145 (57.03% from 255) = 24.21%
R=42.24%
G=33.56%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320114500.210.430.0131.1196.4378.04
HexFDC9910152B11f604e
Octal37531122102553137140116
Binary11111101110010011001000101010110101111111111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC991; }

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

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

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

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

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

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

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

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