Html Css Color HEX #F9DFAF Peach-Yellow

📋 copy color: '#F9DFAF'

red 249 ◦ green 223 ◦ blue 175

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

Shades of Peach-Yellow #F9DFAF

Tints of Peach-Yellow #F9DFAF

RGB

 RED value IS 249 (97.66% from 255) = 38.49%

 GREEN value IS 223 (87.5% from 255) = 34.47%

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

R = 38.49%
G = 34.47%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#F9DFAF (or 0xF9DFAF) is known color: Peach-Yellow. HEX triplet: F9, DF and AF. RGB value is (249,223,175). Sum of RGB (Red+Green+Blue) = 249+223+175=647 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.49% from 647); Green value is 223 (87.5% from 255 or 34.47% from 647); Blue value is 175 (68.75% from 255 or 27.05% from 647); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DFAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DFAF is #062050. Grayscale: #E1E1E1. Windows color (decimal): -401489 or 11526137. OLE color: 11526137.

HSL color Cylindrical-coordinate representation of color #F9DFAF: hue angle of 38.92º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F9DFAF is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 223 175 -
CMYK 0 0.10 0.30 0.02
HSL 38.92º 0.86% 0.83% -
HSV(B) 38.92º 0.3% 0.98% -
XYZ 73.19 76.01 51.37 -
YUV 225.3 99.61 144.9 -
System Red Green Blue C M Y K H S L
Decimal 249 223 175 0 0.10 0.30 0.02 38.92 0.86 0.83
Hex F9 DF AF 0 A 1E 2 27 56 53
Octal 371 337 257 0 12 36 2 47 126 123
Binary 11111001 11011111 10101111 0 1010 11110 10 100111 1010110 1010011

Color Harmonies of #F9DFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DFAF

Black with #F9DFAF

Text Example


Text Example

White with #F9DFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DFAF; }

 p { color: rgb(249,223,175); }

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

background-color css

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

 a { background-color: rgb(249,223,175); }

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

border-color css

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

 span { border-color: rgb(249,223,175); }

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