#FDCF9F

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

Shades of Peach-Orange #FDCF9F

Tints of Peach-Orange #FDCF9F

Color information

#FDCF9F (or 0xFDCF9F) is unknown color: approx Peach-Orange. HEX triplet: FD, CF and 9F. RGB value is (253,207,159). Sum of RGB (Red+Green+Blue) = 253+207+159=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 207 (81.25% from 255 or 33.44% from 619); Blue value is 159 (62.5% from 255 or 25.69% from 619); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCF9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCF9F is #023060. Grayscale: #D7D7D7. Windows color (decimal): -143457 or 10473469. OLE color: 10473469.

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

Color convert

RGB253207159-
CMYK00.180.370.01
HSL30.64º95.92%80.78%-
HSV(B)30.64º37.15%99.22%-
XYZ69.0868.0142.29-
YUV215.2896.24154.9-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.87%
GREEN value IS 207 (81.25% from 255) = 33.44%
BLUE value IS 159 (62.5% from 255) = 25.69%
R=40.87%
G=33.44%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320715900.180.370.0130.6495.9280.78
HexFDCF9F0122511f6051
Octal37531723702245137140121
Binary11111101110011111001111101001010010111111111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCF9F; }

 p { color: rgb(253,207,159); }

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

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

 a { background-color: rgb(253,207,159); }

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

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

 span { border-color: rgb(253,207,159); }

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