#FCCD94

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

Shades of Peach-Orange #FCCD94

Tints of Peach-Orange #FCCD94

Color information

#FCCD94 (or 0xFCCD94) is unknown color: approx Peach-Orange. HEX triplet: FC, CD and 94. RGB value is (252,205,148). Sum of RGB (Red+Green+Blue) = 252+205+148=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 148 (58.20% from 255 or 24.46% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCD94 is #03326B. Grayscale: #D4D4D4. Windows color (decimal): -209516 or 9752060. OLE color: 9752060.

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

Color convert

RGB252205148-
CMYK00.190.410.01
HSL32.88º94.55%78.43%-
HSV(B)32.88º41.27%98.82%-
XYZ67.3266.537.3-
YUV212.5691.57156.13-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.65%
GREEN value IS 205 (80.47% from 255) = 33.88%
BLUE value IS 148 (58.20% from 255) = 24.46%
R=41.65%
G=33.88%
B=24.46%

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
Decimal25220514800.190.410.0132.8894.5578.43
HexFCCD94013291215f4e
Octal37431522402351141137116
Binary111111001100110110010100010011101001110000110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCD94; }

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

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

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

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

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

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

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

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