#FCCA8D

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

Shades of Peach-Orange #FCCA8D

Tints of Peach-Orange #FCCA8D

Color information

#FCCA8D (or 0xFCCA8D) is unknown color: approx Peach-Orange. HEX triplet: FC, CA and 8D. RGB value is (252,202,141). Sum of RGB (Red+Green+Blue) = 252+202+141=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 202 (79.30% from 255 or 33.95% from 595); Blue value is 141 (55.47% from 255 or 23.70% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCA8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCA8D is #033572. Grayscale: #D2D2D2. Windows color (decimal): -210291 or 9292540. OLE color: 9292540.

HSL color Cylindrical-coordinate representation of color #FCCA8D: hue angle of 32.97º 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 #FCCA8D is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB252202141-
CMYK00.200.440.01
HSL32.97º94.87%77.06%-
HSV(B)32.97º44.05%98.82%-
XYZ66.0764.8634.24-
YUV21089.06157.96-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.35%
GREEN value IS 202 (79.30% from 255) = 33.95%
BLUE value IS 141 (55.47% from 255) = 23.70%
R=42.35%
G=33.95%
B=23.70%

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
Decimal25220214100.200.440.0132.9794.8777.06
HexFCCA8D0142C1215f4d
Octal37431221502454141137115
Binary111111001100101010001101010100101100110000110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCA8D; }

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

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

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

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

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

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

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

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