#FFD099

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

Shades of Peach-Orange #FFD099

Tints of Peach-Orange #FFD099

Color information

#FFD099 (or 0xFFD099) is unknown color: approx Peach-Orange. HEX triplet: FF, D0 and 99. RGB value is (255,208,153). Sum of RGB (Red+Green+Blue) = 255+208+153=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 208 (81.64% from 255 or 33.77% from 616); Blue value is 153 (60.16% from 255 or 24.84% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD099 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD099 is #002F66. Grayscale: #D8D8D8. Windows color (decimal): -12135 or 10080511. OLE color: 10080511.

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

Color convert

RGB255208153-
CMYK00.180.40
HSL32.35º100%80%-
HSV(B)32.35º40%100%-
XYZ69.5568.6739.73-
YUV215.7892.57155.97-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.40%
GREEN value IS 208 (81.64% from 255) = 33.77%
BLUE value IS 153 (60.16% from 255) = 24.84%
R=41.40%
G=33.77%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.4
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520815300.180.4032.3510080
HexFFD099012280206450
Octal37732023102250040144120
Binary111111111101000010011001010010101000010000011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD099; }

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

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

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

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

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

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

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

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