#FCC78E

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

Shades of Peach-Orange #FCC78E

Tints of Peach-Orange #FCC78E

Color information

#FCC78E (or 0xFCC78E) is unknown color: approx Peach-Orange. HEX triplet: FC, C7 and 8E. RGB value is (252,199,142). Sum of RGB (Red+Green+Blue) = 252+199+142=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 199 (78.12% from 255 or 33.56% from 593); Blue value is 142 (55.86% from 255 or 23.95% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC78E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC78E is #033871. Grayscale: #D0D0D0. Windows color (decimal): -211058 or 9357308. OLE color: 9357308.

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

Color convert

RGB252199142-
CMYK00.210.440.01
HSL31.09º94.83%77.25%-
HSV(B)31.09º43.65%98.82%-
XYZ65.4563.534.4-
YUV208.3590.56159.13-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.50%
GREEN value IS 199 (78.12% from 255) = 33.56%
BLUE value IS 142 (55.86% from 255) = 23.95%
R=42.50%
G=33.56%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219914200.210.440.0131.0994.8377.25
HexFCC78E0152C11f5f4d
Octal37430721602554137137115
Binary11111100110001111000111001010110110011111110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC78E; }

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

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

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

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

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

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

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

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