#FDD09E

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

Shades of Peach-Orange #FDD09E

Tints of Peach-Orange #FDD09E

Color information

#FDD09E (or 0xFDD09E) is unknown color: approx Peach-Orange. HEX triplet: FD, D0 and 9E. RGB value is (253,208,158). Sum of RGB (Red+Green+Blue) = 253+208+158=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 208 (81.64% from 255 or 33.60% from 619); Blue value is 158 (62.11% from 255 or 25.53% from 619); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD09E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD09E is #022F61. Grayscale: #D8D8D8. Windows color (decimal): -143202 or 10408189. OLE color: 10408189.

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

Color convert

RGB253208158-
CMYK00.180.380.01
HSL31.58º95.96%80.59%-
HSV(B)31.58º37.55%99.22%-
XYZ69.2468.4641.91-
YUV215.7695.41154.57-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.87%
GREEN value IS 208 (81.64% from 255) = 33.60%
BLUE value IS 158 (62.11% from 255) = 25.53%
R=40.87%
G=33.60%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320815800.180.380.0131.5895.9680.59
HexFDD09E012261206051
Octal37532023602246140140121
Binary111111011101000010011110010010100110110000011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD09E; }

 p { color: rgb(253,208,158); }

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

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

 a { background-color: rgb(253,208,158); }

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

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

 span { border-color: rgb(253,208,158); }

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