#F9E1AA

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

Shades of Peach-Yellow #F9E1AA

Tints of Peach-Yellow #F9E1AA

Color information

#F9E1AA (or 0xF9E1AA) is unknown color: approx Peach-Yellow. HEX triplet: F9, E1 and AA. RGB value is (249,225,170). Sum of RGB (Red+Green+Blue) = 249+225+170=644 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.66% from 644); Green value is 225 (88.28% from 255 or 34.94% from 644); Blue value is 170 (66.80% from 255 or 26.40% from 644); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E1AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9E1AA is #061E55. Grayscale: #E2E2E2. Windows color (decimal): -400982 or 11198969. OLE color: 11198969.

HSL color Cylindrical-coordinate representation of color #F9E1AA: hue angle of 41.77º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F9E1AA is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB249225170-
CMYK00.100.320.02
HSL41.77º86.81%82.16%-
HSV(B)41.77º31.73%97.65%-
XYZ73.2576.8949.01-
YUV225.9196.45144.47-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.66%
GREEN value IS 225 (88.28% from 255) = 34.94%
BLUE value IS 170 (66.80% from 255) = 26.40%
R=38.66%
G=34.94%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24922517000.100.320.0241.7786.8182.16
HexF9E1AA0A2022a5752
Octal37134125201240252127122
Binary111110011110000110101010010101000001010101010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9E1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9E1AA; }

 p { color: rgb(249,225,170); }

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

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

 a { background-color: rgb(249,225,170); }

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

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

 span { border-color: rgb(249,225,170); }

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