#FCCE98

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

Shades of Peach-Orange #FCCE98

Tints of Peach-Orange #FCCE98

Color information

#FCCE98 (or 0xFCCE98) is unknown color: approx Peach-Orange. HEX triplet: FC, CE and 98. RGB value is (252,206,152). Sum of RGB (Red+Green+Blue) = 252+206+152=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 206 (80.86% from 255 or 33.77% from 610); Blue value is 152 (59.77% from 255 or 24.92% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCE98 is #033167. Grayscale: #D5D5D5. Windows color (decimal): -209256 or 10014460. OLE color: 10014460.

HSL color Cylindrical-coordinate representation of color #FCCE98: hue angle of 32.4º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FCCE98 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB252206152-
CMYK00.180.400.01
HSL32.4º94.34%79.22%-
HSV(B)32.4º39.68%98.82%-
XYZ67.8867.1139.08-
YUV213.693.24155.39-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.31%
GREEN value IS 206 (80.86% from 255) = 33.77%
BLUE value IS 152 (59.77% from 255) = 24.92%
R=41.31%
G=33.77%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220615200.180.400.0132.494.3479.22
HexFCCE98012281205e4f
Octal37431623002250140136117
Binary111111001100111010011000010010101000110000010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCE98; }

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

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

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

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

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

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

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

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