#FCD09E

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

Shades of Peach-Orange #FCD09E

Tints of Peach-Orange #FCD09E

Color information

#FCD09E (or 0xFCD09E) is unknown color: approx Peach-Orange. HEX triplet: FC, D0 and 9E. RGB value is (252,208,158). Sum of RGB (Red+Green+Blue) = 252+208+158=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 208 (81.64% from 255 or 33.66% from 618); Blue value is 158 (62.11% from 255 or 25.57% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD09E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD09E is #032F61. Grayscale: #D7D7D7. Windows color (decimal): -208738 or 10408188. OLE color: 10408188.

HSL color Cylindrical-coordinate representation of color #FCD09E: hue angle of 31.91º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCD09E is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB252208158-
CMYK00.170.370.01
HSL31.91º94%80.39%-
HSV(B)31.91º37.3%98.82%-
XYZ68.8768.2841.9-
YUV215.4695.58154.07-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.78%
GREEN value IS 208 (81.64% from 255) = 33.66%
BLUE value IS 158 (62.11% from 255) = 25.57%
R=40.78%
G=33.66%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220815800.170.370.0131.919480.39
HexFCD09E011251205e50
Octal37432023602145140136120
Binary111111001101000010011110010001100101110000010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD09E; }

 p { color: rgb(252,208,158); }

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

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

 a { background-color: rgb(252,208,158); }

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

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

 span { border-color: rgb(252,208,158); }

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