#FFCA9B

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

Shades of Peach-Orange #FFCA9B

Tints of Peach-Orange #FFCA9B

Color information

#FFCA9B (or 0xFFCA9B) is unknown color: approx Peach-Orange. HEX triplet: FF, CA and 9B. RGB value is (255,202,155). Sum of RGB (Red+Green+Blue) = 255+202+155=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 202 (79.30% from 255 or 33.01% from 612); Blue value is 155 (60.94% from 255 or 25.33% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCA9B is #003564. Grayscale: #D4D4D4. Windows color (decimal): -13669 or 10210047. OLE color: 10210047.

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

Color convert

RGB255202155-
CMYK00.210.390
HSL28.2º100%80.39%-
HSV(B)28.2º39.22%100%-
XYZ68.2865.8740.13-
YUV212.4995.56158.32-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.67%
GREEN value IS 202 (79.30% from 255) = 33.01%
BLUE value IS 155 (60.94% from 255) = 25.33%
R=41.67%
G=33.01%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.39
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520215500.210.39028.210080.39
HexFFCA9B0152701c6450
Octal37731223302547034144120
Binary11111111110010101001101101010110011101110011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCA9B; }

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

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

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

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

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

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

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

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