Html Css Color HEX #F5DCAA Peach-Yellow

📋 copy color: '#F5DCAA'

red 245 ◦ green 220 ◦ blue 170

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

Shades of Peach-Yellow #F5DCAA

Tints of Peach-Yellow #F5DCAA

RGB

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

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

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

R = 38.58%
G = 34.65%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F5DCAA (or 0xF5DCAA) is known color: Peach-Yellow. HEX triplet: F5, DC and AA. RGB value is (245,220,170). Sum of RGB (Red+Green+Blue) = 245+220+170=635 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.58% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 170 (66.80% from 255 or 26.77% from 635); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DCAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DCAA is #0A2355. Grayscale: #DDDDDD. Windows color (decimal): -664406 or 11197685. OLE color: 11197685.

HSL color Cylindrical-coordinate representation of color #F5DCAA: hue angle of 40º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F5DCAA is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 220 170 -
CMYK 0 0.10 0.31 0.04
HSL 40º 0.79% 0.81% -
HSV(B) 40º 0.31% 0.96% -
XYZ 70.51 73.5 48.5 -
YUV 221.78 98.78 144.57 -
System Red Green Blue C M Y K H S L
Decimal 245 220 170 0 0.10 0.31 0.04 40 0.79 0.81
Hex F5 DC AA 0 A 1F 4 28 4F 51
Octal 365 334 252 0 12 37 4 50 117 121
Binary 11110101 11011100 10101010 0 1010 11111 100 101000 1001111 1010001

Color Harmonies of #F5DCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DCAA

Black with #F5DCAA

Text Example


Text Example

White with #F5DCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DCAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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