#FFCA97

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

Shades of Peach-Orange #FFCA97

Tints of Peach-Orange #FFCA97

Color information

#FFCA97 (or 0xFFCA97) is unknown color: approx Peach-Orange. HEX triplet: FF, CA and 97. RGB value is (255,202,151). Sum of RGB (Red+Green+Blue) = 255+202+151=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 202 (79.30% from 255 or 33.22% from 608); Blue value is 151 (59.38% from 255 or 24.84% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCA97 is #003568. Grayscale: #D4D4D4. Windows color (decimal): -13673 or 9947903. OLE color: 9947903.

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

Color convert

RGB255202151-
CMYK00.210.410
HSL29.42º100%79.61%-
HSV(B)29.42º40.78%100%-
XYZ67.9565.7438.39-
YUV212.0393.56158.65-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.94%
GREEN value IS 202 (79.30% from 255) = 33.22%
BLUE value IS 151 (59.38% from 255) = 24.84%
R=41.94%
G=33.22%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520215100.210.41029.4210079.61
HexFFCA970152901d6450
Octal37731222702551035144120
Binary11111111110010101001011101010110100101110111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCA97; }

 p { color: rgb(255,202,151); }

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

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

 a { background-color: rgb(255,202,151); }

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

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

 span { border-color: rgb(255,202,151); }

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