Html Css Color HEX #F5E0AC Peach-Yellow

📋 copy color: '#F5E0AC'

red 245 ◦ green 224 ◦ blue 172

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

Shades of Peach-Yellow #F5E0AC

Tints of Peach-Yellow #F5E0AC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.95%

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

R = 38.22%
G = 34.95%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F5E0AC (or 0xF5E0AC) is known color: Peach-Yellow. HEX triplet: F5, E0 and AC. RGB value is (245,224,172). Sum of RGB (Red+Green+Blue) = 245+224+172=641 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.22% from 641); Green value is 224 (87.89% from 255 or 34.95% from 641); Blue value is 172 (67.58% from 255 or 26.83% from 641); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E0AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5E0AC is #0A1F53. Grayscale: #E0E0E0. Windows color (decimal): -663380 or 11329781. OLE color: 11329781.

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

Color convert

RGB 245 224 172 -
CMYK 0 0.09 0.30 0.04
HSL 42.74º 0.78% 0.82% -
HSV(B) 42.74º 0.3% 0.96% -
XYZ 71.76 75.7 49.86 -
YUV 224.35 98.46 142.73 -
System Red Green Blue C M Y K H S L
Decimal 245 224 172 0 0.09 0.30 0.04 42.74 0.78 0.82
Hex F5 E0 AC 0 9 1E 4 2B 4E 52
Octal 365 340 254 0 11 36 4 53 116 122
Binary 11110101 11100000 10101100 0 1001 11110 100 101011 1001110 1010010

Color Harmonies of #F5E0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E0AC

Black with #F5E0AC

Text Example


Text Example

White with #F5E0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E0AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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