#FDCF97

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

Shades of Peach-Orange #FDCF97

Tints of Peach-Orange #FDCF97

Color information

#FDCF97 (or 0xFDCF97) is unknown color: approx Peach-Orange. HEX triplet: FD, CF and 97. RGB value is (253,207,151). Sum of RGB (Red+Green+Blue) = 253+207+151=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 207 (81.25% from 255 or 33.88% from 611); Blue value is 151 (59.38% from 255 or 24.71% from 611); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCF97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCF97 is #023068. Grayscale: #D6D6D6. Windows color (decimal): -143465 or 9949181. OLE color: 9949181.

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

Color convert

RGB253207151-
CMYK00.180.400.01
HSL32.94º96.23%79.22%-
HSV(B)32.94º40.32%99.22%-
XYZ68.4167.7438.75-
YUV214.3792.24155.55-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.41%
GREEN value IS 207 (81.25% from 255) = 33.88%
BLUE value IS 151 (59.38% from 255) = 24.71%
R=41.41%
G=33.88%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320715100.180.400.0132.9496.2379.22
HexFDCF9701228121604f
Octal37531722702250141140117
Binary111111011100111110010111010010101000110000111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCF97; }

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

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

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

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

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

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

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

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