#FCCD8F

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

Shades of Peach-Orange #FCCD8F

Tints of Peach-Orange #FCCD8F

Color information

#FCCD8F (or 0xFCCD8F) is unknown color: approx Peach-Orange. HEX triplet: FC, CD and 8F. RGB value is (252,205,143). Sum of RGB (Red+Green+Blue) = 252+205+143=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 205 (80.47% from 255 or 34.17% from 600); Blue value is 143 (56.25% from 255 or 23.83% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCD8F is #033270. Grayscale: #D4D4D4. Windows color (decimal): -209521 or 9424380. OLE color: 9424380.

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

Color convert

RGB252205143-
CMYK00.190.430.01
HSL34.13º94.78%77.45%-
HSV(B)34.13º43.25%98.82%-
XYZ66.9366.3435.26-
YUV211.9889.07156.54-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42%
GREEN value IS 205 (80.47% from 255) = 34.17%
BLUE value IS 143 (56.25% from 255) = 23.83%
R=42%
G=34.17%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220514300.190.430.0134.1394.7877.45
HexFCCD8F0132B1225f4d
Octal37431521702353142137115
Binary111111001100110110001111010011101011110001010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCD8F; }

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

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

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

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

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

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

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

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