Html Css Color HEX #F5DA8D Buff

📋 copy color: '#F5DA8D'

red 245 ◦ green 218 ◦ blue 141

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

Shades of Buff #F5DA8D

Tints of Buff #F5DA8D

RGB

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

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

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

R = 40.56%
G = 36.09%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F5DA8D (or 0xF5DA8D) is known color: Buff. HEX triplet: F5, DA and 8D. RGB value is (245,218,141). Sum of RGB (Red+Green+Blue) = 245+218+141=604 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.56% from 604); Green value is 218 (85.55% from 255 or 36.09% from 604); Blue value is 141 (55.47% from 255 or 23.34% from 604); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DA8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DA8D is #0A2572. Grayscale: #D9D9D9. Windows color (decimal): -664947 or 9296629. OLE color: 9296629.

HSL color Cylindrical-coordinate representation of color #F5DA8D: hue angle of 44.42º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F5DA8D is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 218 141 -
CMYK 0 0.11 0.42 0.04
HSL 44.42º 0.84% 0.76% -
HSV(B) 44.42º 0.42% 0.96% -
XYZ 67.54 71.48 35.44 -
YUV 217.3 84.95 147.76 -
System Red Green Blue C M Y K H S L
Decimal 245 218 141 0 0.11 0.42 0.04 44.42 0.84 0.76
Hex F5 DA 8D 0 B 2A 4 2C 54 4C
Octal 365 332 215 0 13 52 4 54 124 114
Binary 11110101 11011010 10001101 0 1011 101010 100 101100 1010100 1001100

Color Harmonies of #F5DA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DA8D

Black with #F5DA8D

Text Example


Text Example

White with #F5DA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DA8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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