#FCD09F

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

Shades of Peach-Orange #FCD09F

Tints of Peach-Orange #FCD09F

Color information

#FCD09F (or 0xFCD09F) is unknown color: approx Peach-Orange. HEX triplet: FC, D0 and 9F. RGB value is (252,208,159). Sum of RGB (Red+Green+Blue) = 252+208+159=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 208 (81.64% from 255 or 33.60% from 619); Blue value is 159 (62.5% from 255 or 25.69% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD09F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD09F is #032F60. Grayscale: #D7D7D7. Windows color (decimal): -208737 or 10473724. OLE color: 10473724.

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

Color convert

RGB252208159-
CMYK00.170.370.01
HSL31.61º93.94%80.59%-
HSV(B)31.61º36.9%98.82%-
XYZ68.9668.3142.35-
YUV215.5796.08153.98-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.71%
GREEN value IS 208 (81.64% from 255) = 33.60%
BLUE value IS 159 (62.5% from 255) = 25.69%
R=40.71%
G=33.60%
B=25.69%

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
Decimal25220815900.170.370.0131.6193.9480.59
HexFCD09F011251205e51
Octal37432023702145140136121
Binary111111001101000010011111010001100101110000010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD09F; }

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

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

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

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

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

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

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

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