#FDCF9B

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

Shades of Peach-Orange #FDCF9B

Tints of Peach-Orange #FDCF9B

Color information

#FDCF9B (or 0xFDCF9B) is unknown color: approx Peach-Orange. HEX triplet: FD, CF and 9B. RGB value is (253,207,155). Sum of RGB (Red+Green+Blue) = 253+207+155=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 207 (81.25% from 255 or 33.66% from 615); Blue value is 155 (60.94% from 255 or 25.20% from 615); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCF9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCF9B is #023064. Grayscale: #D7D7D7. Windows color (decimal): -143461 or 10211325. OLE color: 10211325.

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

Color convert

RGB253207155-
CMYK00.180.390.01
HSL31.84º96.08%80%-
HSV(B)31.84º38.74%99.22%-
XYZ68.7467.8740.49-
YUV214.8394.24155.23-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.14%
GREEN value IS 207 (81.25% from 255) = 33.66%
BLUE value IS 155 (60.94% from 255) = 25.20%
R=41.14%
G=33.66%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320715500.180.390.0131.8496.0880
HexFDCF9B012271206050
Octal37531723302247140140120
Binary111111011100111110011011010010100111110000011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCF9B; }

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

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

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

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

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

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

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

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