Html Css Color HEX #F0DFAF Wheat

📋 copy color: '#F0DFAF'

red 240 ◦ green 223 ◦ blue 175

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

Shades of Wheat #F0DFAF

Tints of Wheat #F0DFAF

RGB

 RED value IS 240 (94.14% from 255) = 37.62%

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

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

R = 37.62%
G = 34.95%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F0DFAF (or 0xF0DFAF) is known color: Wheat. HEX triplet: F0, DF and AF. RGB value is (240,223,175). Sum of RGB (Red+Green+Blue) = 240+223+175=638 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.62% from 638); Green value is 223 (87.5% from 255 or 34.95% from 638); Blue value is 175 (68.75% from 255 or 27.43% from 638); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DFAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DFAF is #0F2050. Grayscale: #DEDEDE. Windows color (decimal): -991313 or 11526128. OLE color: 11526128.

HSL color Cylindrical-coordinate representation of color #F0DFAF: hue angle of 44.31º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0DFAF is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 223 175 -
CMYK 0 0.07 0.27 0.06
HSL 44.31º 0.68% 0.81% -
HSV(B) 44.31º 0.27% 0.94% -
XYZ 70.06 74.4 51.22 -
YUV 222.61 101.13 140.4 -
System Red Green Blue C M Y K H S L
Decimal 240 223 175 0 0.07 0.27 0.06 44.31 0.68 0.81
Hex F0 DF AF 0 7 1B 6 2C 44 51
Octal 360 337 257 0 7 33 6 54 104 121
Binary 11110000 11011111 10101111 0 111 11011 110 101100 1000100 1010001

Color Harmonies of #F0DFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DFAF

Black with #F0DFAF

Text Example


Text Example

White with #F0DFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DFAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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