#FDC799

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

Shades of Peach-Orange #FDC799

Tints of Peach-Orange #FDC799

Color information

#FDC799 (or 0xFDC799) is unknown color: approx Peach-Orange. HEX triplet: FD, C7 and 99. RGB value is (253,199,153). Sum of RGB (Red+Green+Blue) = 253+199+153=605 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.82% from 605); Green value is 199 (78.12% from 255 or 32.89% from 605); Blue value is 153 (60.16% from 255 or 25.29% from 605); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC799 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC799 is #023866. Grayscale: #D2D2D2. Windows color (decimal): -145511 or 10078205. OLE color: 10078205.

HSL color Cylindrical-coordinate representation of color #FDC799: hue angle of 27.6º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FDC799 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB253199153-
CMYK00.210.400.01
HSL27.6º96.15%79.61%-
HSV(B)27.6º39.53%99.22%-
XYZ66.6864.0338.98-
YUV209.995.89158.74-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.82%
GREEN value IS 199 (78.12% from 255) = 32.89%
BLUE value IS 153 (60.16% from 255) = 25.29%
R=41.82%
G=32.89%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319915300.210.400.0127.696.1579.61
HexFDC7990152811c6050
Octal37530723102550134140120
Binary11111101110001111001100101010110100011110011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC799; }

 p { color: rgb(253,199,153); }

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

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

 a { background-color: rgb(253,199,153); }

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

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

 span { border-color: rgb(253,199,153); }

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