#FCC38E

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

Shades of Peach-Orange #FCC38E

Tints of Peach-Orange #FCC38E

Color information

#FCC38E (or 0xFCC38E) is unknown color: approx Peach-Orange. HEX triplet: FC, C3 and 8E. RGB value is (252,195,142). Sum of RGB (Red+Green+Blue) = 252+195+142=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 195 (76.56% from 255 or 33.11% from 589); Blue value is 142 (55.86% from 255 or 24.11% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC38E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC38E is #033C71. Grayscale: #CECECE. Windows color (decimal): -212082 or 9356284. OLE color: 9356284.

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

Color convert

RGB252195142-
CMYK00.230.440.01
HSL28.91º94.83%77.25%-
HSV(B)28.91º43.65%98.82%-
XYZ64.5461.6834.09-
YUV20691.88160.81-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.78%
GREEN value IS 195 (76.56% from 255) = 33.11%
BLUE value IS 142 (55.86% from 255) = 24.11%
R=42.78%
G=33.11%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219514200.230.440.0128.9194.8377.25
HexFCC38E0172C11d5f4d
Octal37430321602754135137115
Binary11111100110000111000111001011110110011110110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC38E; }

 p { color: rgb(252,195,142); }

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

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

 a { background-color: rgb(252,195,142); }

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

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

 span { border-color: rgb(252,195,142); }

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