Html Css Color HEX #F5D9AC Peach-Yellow

📋 copy color: '#F5D9AC'

red 245 ◦ green 217 ◦ blue 172

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

Shades of Peach-Yellow #F5D9AC

Tints of Peach-Yellow #F5D9AC

RGB

 RED value IS 245 (96.09% from 255) = 38.64%

 GREEN value IS 217 (85.16% from 255) = 34.23%

 BLUE value IS 172 (67.58% from 255) = 27.13%

R = 38.64%
G = 34.23%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F5D9AC (or 0xF5D9AC) is known color: Peach-Yellow. HEX triplet: F5, D9 and AC. RGB value is (245,217,172). Sum of RGB (Red+Green+Blue) = 245+217+172=634 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.64% from 634); Green value is 217 (85.16% from 255 or 34.23% from 634); Blue value is 172 (67.58% from 255 or 27.13% from 634); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D9AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D9AC is #0A2653. Grayscale: #DCDCDC. Windows color (decimal): -665172 or 11327989. OLE color: 11327989.

HSL color Cylindrical-coordinate representation of color #F5D9AC: hue angle of 36.99º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5D9AC is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 217 172 -
CMYK 0 0.11 0.30 0.04
HSL 36.99º 0.78% 0.82% -
HSV(B) 36.99º 0.3% 0.96% -
XYZ 69.92 72.02 49.25 -
YUV 220.24 100.78 145.66 -
System Red Green Blue C M Y K H S L
Decimal 245 217 172 0 0.11 0.30 0.04 36.99 0.78 0.82
Hex F5 D9 AC 0 B 1E 4 25 4E 52
Octal 365 331 254 0 13 36 4 45 116 122
Binary 11110101 11011001 10101100 0 1011 11110 100 100101 1001110 1010010

Color Harmonies of #F5D9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D9AC

Black with #F5D9AC

Text Example


Text Example

White with #F5D9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D9AC; }

 p { color: rgb(245,217,172); }

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

background-color css

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

 a { background-color: rgb(245,217,172); }

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

border-color css

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

 span { border-color: rgb(245,217,172); }

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