#FCCE8F

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

Shades of Peach-Orange #FCCE8F

Tints of Peach-Orange #FCCE8F

Color information

#FCCE8F (or 0xFCCE8F) is unknown color: approx Peach-Orange. HEX triplet: FC, CE and 8F. RGB value is (252,206,143). Sum of RGB (Red+Green+Blue) = 252+206+143=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 143 (56.25% from 255 or 23.79% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCE8F is #033170. Grayscale: #D4D4D4. Windows color (decimal): -209265 or 9424636. OLE color: 9424636.

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

Color convert

RGB252206143-
CMYK00.180.430.01
HSL34.68º94.78%77.45%-
HSV(B)34.68º43.25%98.82%-
XYZ67.1766.8235.34-
YUV212.5788.74156.12-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.93%
GREEN value IS 206 (80.86% from 255) = 34.28%
BLUE value IS 143 (56.25% from 255) = 23.79%
R=41.93%
G=34.28%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220614300.180.430.0134.6894.7877.45
HexFCCE8F0122B1235f4d
Octal37431621702253143137115
Binary111111001100111010001111010010101011110001110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCE8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCE8F; }

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

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

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

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

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

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

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

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