#FFD0A0

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

Shades of Peach-Orange #FFD0A0

Tints of Peach-Orange #FFD0A0

Color information

#FFD0A0 (or 0xFFD0A0) is unknown color: approx Peach-Orange. HEX triplet: FF, D0 and A0. RGB value is (255,208,160). Sum of RGB (Red+Green+Blue) = 255+208+160=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 208 (81.64% from 255 or 33.39% from 623); Blue value is 160 (62.89% from 255 or 25.68% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD0A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD0A0 is #002F5F. Grayscale: #D8D8D8. Windows color (decimal): -12128 or 10539263. OLE color: 10539263.

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

Color convert

RGB255208160-
CMYK00.180.370
HSL30.32º100%81.37%-
HSV(B)30.32º37.25%100%-
XYZ70.1468.9142.86-
YUV216.5896.07155.4-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.93%
GREEN value IS 208 (81.64% from 255) = 33.39%
BLUE value IS 160 (62.89% from 255) = 25.68%
R=40.93%
G=33.39%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520816000.180.37030.3210081.37
HexFFD0A00122501e6451
Octal37732024002245036144121
Binary11111111110100001010000001001010010101111011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD0A0; }

 p { color: rgb(255,208,160); }

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

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

 a { background-color: rgb(255,208,160); }

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

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

 span { border-color: rgb(255,208,160); }

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