#F8E0AA

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

Shades of Peach-Yellow #F8E0AA

Tints of Peach-Yellow #F8E0AA

Color information

#F8E0AA (or 0xF8E0AA) is unknown color: approx Peach-Yellow. HEX triplet: F8, E0 and AA. RGB value is (248,224,170). Sum of RGB (Red+Green+Blue) = 248+224+170=642 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.63% from 642); Green value is 224 (87.89% from 255 or 34.89% from 642); Blue value is 170 (66.80% from 255 or 26.48% from 642); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E0AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8E0AA is #071F55. Grayscale: #E1E1E1. Windows color (decimal): -466774 or 11198712. OLE color: 11198712.

HSL color Cylindrical-coordinate representation of color #F8E0AA: hue angle of 41.54º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8E0AA is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB248224170-
CMYK00.100.310.03
HSL41.54º84.78%81.96%-
HSV(B)41.54º31.45%97.25%-
XYZ72.6276.1748.9-
YUV225.0296.95144.39-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.63%
GREEN value IS 224 (87.89% from 255) = 34.89%
BLUE value IS 170 (66.80% from 255) = 26.48%
R=38.63%
G=34.89%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822417000.100.310.0341.5484.7881.96
HexF8E0AA0A1F32a5552
Octal37034025201237352125122
Binary11111000111000001010101001010111111110101010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E0AA; }

 p { color: rgb(248,224,170); }

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

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

 a { background-color: rgb(248,224,170); }

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

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

 span { border-color: rgb(248,224,170); }

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