Html Css Color HEX #F5DCAC Peach-Yellow

📋 copy color: '#F5DCAC'

red 245 ◦ green 220 ◦ blue 172

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

Shades of Peach-Yellow #F5DCAC

Tints of Peach-Yellow #F5DCAC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.54%

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

R = 38.46%
G = 34.54%
B = 27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F5DCAC (or 0xF5DCAC) is known color: Peach-Yellow. HEX triplet: F5, DC and AC. RGB value is (245,220,172). Sum of RGB (Red+Green+Blue) = 245+220+172=637 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.46% from 637); Green value is 220 (86.33% from 255 or 34.54% from 637); Blue value is 172 (67.58% from 255 or 27.00% from 637); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DCAC is #0A2353. Grayscale: #DEDEDE. Windows color (decimal): -664404 or 11328757. OLE color: 11328757.

HSL color Cylindrical-coordinate representation of color #F5DCAC: hue angle of 39.45º 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 #F5DCAC is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 220 172 -
CMYK 0 0.10 0.30 0.04
HSL 39.45º 0.78% 0.82% -
HSV(B) 39.45º 0.3% 0.96% -
XYZ 70.7 73.58 49.51 -
YUV 222 99.78 144.4 -
System Red Green Blue C M Y K H S L
Decimal 245 220 172 0 0.10 0.30 0.04 39.45 0.78 0.82
Hex F5 DC AC 0 A 1E 4 27 4E 52
Octal 365 334 254 0 12 36 4 47 116 122
Binary 11110101 11011100 10101100 0 1010 11110 100 100111 1001110 1010010

Color Harmonies of #F5DCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DCAC

Black with #F5DCAC

Text Example


Text Example

White with #F5DCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DCAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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