Html Css Color HEX #F9E2AA Peach-Yellow

📋 copy color: '#F9E2AA'

red 249 ◦ green 226 ◦ blue 170

#F9E2AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Peach-Yellow #F9E2AA

Tints of Peach-Yellow #F9E2AA

RGB

 RED value IS 249 (97.66% from 255) = 38.6%

 GREEN value IS 226 (88.67% from 255) = 35.04%

 BLUE value IS 170 (66.8% from 255) = 26.36%

R = 38.6%
G = 35.04%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#F9E2AA (or 0xF9E2AA) is known color: Peach-Yellow. HEX triplet: F9, E2 and AA. RGB value is (249,226,170). Sum of RGB (Red+Green+Blue) = 249+226+170=645 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.60% from 645); Green value is 226 (88.67% from 255 or 35.04% from 645); Blue value is 170 (66.80% from 255 or 26.36% from 645); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E2AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9E2AA is #061D55. Grayscale: #E2E2E2. Windows color (decimal): -400726 or 11199225. OLE color: 11199225.

HSL color Cylindrical-coordinate representation of color #F9E2AA: hue angle of 42.53º 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 #F9E2AA is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 226 170 -
CMYK 0 0.09 0.32 0.02
HSL 42.53º 0.87% 0.82% -
HSV(B) 42.53º 0.32% 0.98% -
XYZ 73.52 77.43 49.1 -
YUV 226.49 96.12 144.05 -
System Red Green Blue C M Y K H S L
Decimal 249 226 170 0 0.09 0.32 0.02 42.53 0.87 0.82
Hex F9 E2 AA 0 9 20 2 2B 57 52
Octal 371 342 252 0 11 40 2 53 127 122
Binary 11111001 11100010 10101010 0 1001 100000 10 101011 1010111 1010010

Color Harmonies of #F9E2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9E2AA

Black with #F9E2AA

Text Example


Text Example

White with #F9E2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9E2AA; }

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

 H1.HeaderClassName
 {
   color: #F9E2AA;
 }
 .AnyTagClassName
 {
   color: #F9E2AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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