Html Css Color HEX #F0DA8D Buff

📋 copy color: '#F0DA8D'

red 240 ◦ green 218 ◦ blue 141

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

Shades of Buff #F0DA8D

Tints of Buff #F0DA8D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.39%

 BLUE value IS 141 (55.47% from 255) = 23.54%

R = 40.07%
G = 36.39%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F0DA8D (or 0xF0DA8D) is known color: Buff. HEX triplet: F0, DA and 8D. RGB value is (240,218,141). Sum of RGB (Red+Green+Blue) = 240+218+141=599 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.07% from 599); Green value is 218 (85.55% from 255 or 36.39% from 599); Blue value is 141 (55.47% from 255 or 23.54% from 599); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DA8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DA8D is #0F2572. Grayscale: #D8D8D8. Windows color (decimal): -992627 or 9296624. OLE color: 9296624.

HSL color Cylindrical-coordinate representation of color #F0DA8D: hue angle of 46.67º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F0DA8D is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 218 141 -
CMYK 0 0.09 0.41 0.06
HSL 46.67º 0.77% 0.75% -
HSV(B) 46.67º 0.41% 0.94% -
XYZ 65.81 70.59 35.36 -
YUV 215.8 85.79 145.26 -
System Red Green Blue C M Y K H S L
Decimal 240 218 141 0 0.09 0.41 0.06 46.67 0.77 0.75
Hex F0 DA 8D 0 9 29 6 2F 4D 4B
Octal 360 332 215 0 11 51 6 57 115 113
Binary 11110000 11011010 10001101 0 1001 101001 110 101111 1001101 1001011

Color Harmonies of #F0DA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DA8D

Black with #F0DA8D

Text Example


Text Example

White with #F0DA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DA8D; }

 p { color: rgb(240,218,141); }

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

background-color css

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

 a { background-color: rgb(240,218,141); }

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

border-color css

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

 span { border-color: rgb(240,218,141); }

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