#FDC694

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

Shades of Peach-Orange #FDC694

Tints of Peach-Orange #FDC694

Color information

#FDC694 (or 0xFDC694) is unknown color: approx Peach-Orange. HEX triplet: FD, C6 and 94. RGB value is (253,198,148). Sum of RGB (Red+Green+Blue) = 253+198+148=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 198 (77.73% from 255 or 33.06% from 599); Blue value is 148 (58.20% from 255 or 24.71% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC694 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC694 is #02396B. Grayscale: #D0D0D0. Windows color (decimal): -145772 or 9750269. OLE color: 9750269.

HSL color Cylindrical-coordinate representation of color #FDC694: hue angle of 28.57º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FDC694 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB253198148-
CMYK00.220.420.01
HSL28.57º96.33%78.63%-
HSV(B)28.57º41.5%99.22%-
XYZ66.0563.4136.78-
YUV208.7493.72159.57-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.24%
GREEN value IS 198 (77.73% from 255) = 33.06%
BLUE value IS 148 (58.20% from 255) = 24.71%
R=42.24%
G=33.06%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319814800.220.420.0128.5796.3378.63
HexFDC6940162A11d604f
Octal37530622402652135140117
Binary11111101110001101001010001011010101011110111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC694; }

 p { color: rgb(253,198,148); }

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

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

 a { background-color: rgb(253,198,148); }

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

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

 span { border-color: rgb(253,198,148); }

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