#FCCC95

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

Shades of Peach-Orange #FCCC95

Tints of Peach-Orange #FCCC95

Color information

#FCCC95 (or 0xFCCC95) is unknown color: approx Peach-Orange. HEX triplet: FC, CC and 95. RGB value is (252,204,149). Sum of RGB (Red+Green+Blue) = 252+204+149=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 149 (58.59% from 255 or 24.63% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCC95 is #03336A. Grayscale: #D4D4D4. Windows color (decimal): -209771 or 9817340. OLE color: 9817340.

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

Color convert

RGB252204149-
CMYK00.190.410.01
HSL32.04º94.5%78.63%-
HSV(B)32.04º40.87%98.82%-
XYZ67.1666.0537.64-
YUV212.0892.4156.47-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.65%
GREEN value IS 204 (80.08% from 255) = 33.72%
BLUE value IS 149 (58.59% from 255) = 24.63%
R=41.65%
G=33.72%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220414900.190.410.0132.0494.578.63
HexFCCC95013291205e4f
Octal37431422502351140136117
Binary111111001100110010010101010011101001110000010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCC95; }

 p { color: rgb(252,204,149); }

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

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

 a { background-color: rgb(252,204,149); }

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

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

 span { border-color: rgb(252,204,149); }

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