#FCCA8E

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

Shades of Peach-Orange #FCCA8E

Tints of Peach-Orange #FCCA8E

Color information

#FCCA8E (or 0xFCCA8E) is unknown color: approx Peach-Orange. HEX triplet: FC, CA and 8E. RGB value is (252,202,142). Sum of RGB (Red+Green+Blue) = 252+202+142=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 202 (79.30% from 255 or 33.89% from 596); Blue value is 142 (55.86% from 255 or 23.83% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCA8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCA8E is #033571. Grayscale: #D2D2D2. Windows color (decimal): -210290 or 9358076. OLE color: 9358076.

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

Color convert

RGB252202142-
CMYK00.200.440.01
HSL32.73º94.83%77.25%-
HSV(B)32.73º43.65%98.82%-
XYZ66.1564.8934.63-
YUV210.1189.56157.88-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.28%
GREEN value IS 202 (79.30% from 255) = 33.89%
BLUE value IS 142 (55.86% from 255) = 23.83%
R=42.28%
G=33.89%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220214200.200.440.0132.7394.8377.25
HexFCCA8E0142C1215f4d
Octal37431221602454141137115
Binary111111001100101010001110010100101100110000110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCA8E; }

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

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

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

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

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

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

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

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