Html Css Color HEX #F5DA86 Buff

📋 copy color: '#F5DA86'

red 245 ◦ green 218 ◦ blue 134

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

Shades of Buff #F5DA86

Tints of Buff #F5DA86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 22.45%

R = 41.04%
G = 36.52%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F5DA86 (or 0xF5DA86) is known color: Buff. HEX triplet: F5, DA and 86. RGB value is (245,218,134). Sum of RGB (Red+Green+Blue) = 245+218+134=597 (79% of max value = 765). Red value is 245 (96.09% from 255 or 41.04% from 597); Green value is 218 (85.55% from 255 or 36.52% from 597); Blue value is 134 (52.73% from 255 or 22.45% from 597); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DA86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DA86 is #0A2579. Grayscale: #D8D8D8. Windows color (decimal): -664954 or 8837877. OLE color: 8837877.

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

Color convert

RGB 245 218 134 -
CMYK 0 0.11 0.45 0.04
HSL 45.41º 0.85% 0.74% -
HSV(B) 45.41º 0.45% 0.96% -
XYZ 67.03 71.28 32.78 -
YUV 216.5 81.45 148.33 -
System Red Green Blue C M Y K H S L
Decimal 245 218 134 0 0.11 0.45 0.04 45.41 0.85 0.74
Hex F5 DA 86 0 B 2D 4 2D 55 4A
Octal 365 332 206 0 13 55 4 55 125 112
Binary 11110101 11011010 10000110 0 1011 101101 100 101101 1010101 1001010

Color Harmonies of #F5DA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DA86

Black with #F5DA86

Text Example


Text Example

White with #F5DA86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DA86; }

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

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

background-color css

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

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

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

border-color css

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

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

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