#FCCC8D

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

Shades of Peach-Orange #FCCC8D

Tints of Peach-Orange #FCCC8D

Color information

#FCCC8D (or 0xFCCC8D) is unknown color: approx Peach-Orange. HEX triplet: FC, CC and 8D. RGB value is (252,204,141). Sum of RGB (Red+Green+Blue) = 252+204+141=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 204 (80.08% from 255 or 34.17% from 597); Blue value is 141 (55.47% from 255 or 23.62% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCC8D is #033372. Grayscale: #D3D3D3. Windows color (decimal): -209779 or 9293052. OLE color: 9293052.

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

Color convert

RGB252204141-
CMYK00.190.440.01
HSL34.05º94.87%77.06%-
HSV(B)34.05º44.05%98.82%-
XYZ66.5565.834.39-
YUV211.1788.4157.12-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.21%
GREEN value IS 204 (80.08% from 255) = 34.17%
BLUE value IS 141 (55.47% from 255) = 23.62%
R=42.21%
G=34.17%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220414100.190.440.0134.0594.8777.06
HexFCCC8D0132C1225f4d
Octal37431421502354142137115
Binary111111001100110010001101010011101100110001010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCC8D; }

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

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

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

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

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

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

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

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