Html Css Color HEX #F7E1AF Peach-Yellow

📋 copy color: '#F7E1AF'

red 247 ◦ green 225 ◦ blue 175

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

Shades of Peach-Yellow #F7E1AF

Tints of Peach-Yellow #F7E1AF

RGB

 RED value IS 247 (96.88% from 255) = 38.18%

 GREEN value IS 225 (88.28% from 255) = 34.78%

 BLUE value IS 175 (68.75% from 255) = 27.05%

R = 38.18%
G = 34.78%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F7E1AF (or 0xF7E1AF) is known color: Peach-Yellow. HEX triplet: F7, E1 and AF. RGB value is (247,225,175). Sum of RGB (Red+Green+Blue) = 247+225+175=647 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.18% from 647); Green value is 225 (88.28% from 255 or 34.78% from 647); Blue value is 175 (68.75% from 255 or 27.05% from 647); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E1AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7E1AF is #081E50. Grayscale: #E2E2E2. Windows color (decimal): -532049 or 11526647. OLE color: 11526647.

HSL color Cylindrical-coordinate representation of color #F7E1AF: hue angle of 41.67º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F7E1AF is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 225 175 -
CMYK 0 0.09 0.29 0.03
HSL 41.67º 0.82% 0.83% -
HSV(B) 41.67º 0.29% 0.97% -
XYZ 73.02 76.72 51.52 -
YUV 225.88 99.29 143.07 -
System Red Green Blue C M Y K H S L
Decimal 247 225 175 0 0.09 0.29 0.03 41.67 0.82 0.83
Hex F7 E1 AF 0 9 1D 3 2A 52 53
Octal 367 341 257 0 11 35 3 52 122 123
Binary 11110111 11100001 10101111 0 1001 11101 11 101010 1010010 1010011

Color Harmonies of #F7E1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7E1AF

Black with #F7E1AF

Text Example


Text Example

White with #F7E1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7E1AF; }

 p { color: rgb(247,225,175); }

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

background-color css

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

 a { background-color: rgb(247,225,175); }

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

border-color css

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

 span { border-color: rgb(247,225,175); }

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