Html Css Color HEX #F3DA86 Buff

📋 copy color: '#F3DA86'

red 243 ◦ green 218 ◦ blue 134

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

Shades of Buff #F3DA86

Tints of Buff #F3DA86

RGB

 RED value IS 243 (95.31% from 255) = 40.84%

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

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

R = 40.84%
G = 36.64%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F3DA86 (or 0xF3DA86) is known color: Buff. HEX triplet: F3, DA and 86. RGB value is (243,218,134). Sum of RGB (Red+Green+Blue) = 243+218+134=595 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.84% from 595); Green value is 218 (85.55% from 255 or 36.64% from 595); Blue value is 134 (52.73% from 255 or 22.52% from 595); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DA86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DA86 is #0C2579. Grayscale: #D8D8D8. Windows color (decimal): -796026 or 8837875. OLE color: 8837875.

HSL color Cylindrical-coordinate representation of color #F3DA86: hue angle of 46.24º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F3DA86 is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 218 134 -
CMYK 0 0.10 0.45 0.05
HSL 46.24º 0.82% 0.74% -
HSV(B) 46.24º 0.45% 0.95% -
XYZ 66.34 70.92 32.75 -
YUV 215.9 81.78 147.33 -
System Red Green Blue C M Y K H S L
Decimal 243 218 134 0 0.10 0.45 0.05 46.24 0.82 0.74
Hex F3 DA 86 0 A 2D 5 2E 52 4A
Octal 363 332 206 0 12 55 5 56 122 112
Binary 11110011 11011010 10000110 0 1010 101101 101 101110 1010010 1001010

Color Harmonies of #F3DA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3DA86

Black with #F3DA86

Text Example


Text Example

White with #F3DA86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3DA86; }

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

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

background-color css

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

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

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

border-color css

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

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

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