#FCCD95

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

Shades of Peach-Orange #FCCD95

Tints of Peach-Orange #FCCD95

Color information

#FCCD95 (or 0xFCCD95) is unknown color: approx Peach-Orange. HEX triplet: FC, CD and 95. RGB value is (252,205,149). Sum of RGB (Red+Green+Blue) = 252+205+149=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 149 (58.59% from 255 or 24.59% from 606); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCD95 is #03326A. Grayscale: #D4D4D4. Windows color (decimal): -209515 or 9817596. OLE color: 9817596.

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

Color convert

RGB252205149-
CMYK00.190.410.01
HSL32.62º94.5%78.63%-
HSV(B)32.62º40.87%98.82%-
XYZ67.466.5337.72-
YUV212.6792.07156.05-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.58%
GREEN value IS 205 (80.47% from 255) = 33.83%
BLUE value IS 149 (58.59% from 255) = 24.59%
R=41.58%
G=33.83%
B=24.59%

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
Decimal25220514900.190.410.0132.6294.578.63
HexFCCD95013291215e4f
Octal37431522502351141136117
Binary111111001100110110010101010011101001110000110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCD95; }

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

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

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

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

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

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

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

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