#FCCA9E

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

Shades of Peach-Orange #FCCA9E

Tints of Peach-Orange #FCCA9E

Color information

#FCCA9E (or 0xFCCA9E) is unknown color: approx Peach-Orange. HEX triplet: FC, CA and 9E. RGB value is (252,202,158). Sum of RGB (Red+Green+Blue) = 252+202+158=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 202 (79.30% from 255 or 33.01% from 612); Blue value is 158 (62.11% from 255 or 25.82% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCA9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCA9E is #033561. Grayscale: #D4D4D4. Windows color (decimal): -210274 or 10406652. OLE color: 10406652.

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

Color convert

RGB252202158-
CMYK00.200.370.01
HSL28.09º94%80.39%-
HSV(B)28.09º37.3%98.82%-
XYZ67.4465.4141.42-
YUV211.9397.56156.58-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.18%
GREEN value IS 202 (79.30% from 255) = 33.01%
BLUE value IS 158 (62.11% from 255) = 25.82%
R=41.18%
G=33.01%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220215800.200.370.0128.099480.39
HexFCCA9E0142511c5e50
Octal37431223602445134136120
Binary11111100110010101001111001010010010111110010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCA9E; }

 p { color: rgb(252,202,158); }

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

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

 a { background-color: rgb(252,202,158); }

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

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

 span { border-color: rgb(252,202,158); }

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