Html Css Color HEX #F1D686 Buff

📋 copy color: '#F1D686'

red 241 ◦ green 214 ◦ blue 134

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

Shades of Buff #F1D686

Tints of Buff #F1D686

RGB

 RED value IS 241 (94.53% from 255) = 40.92%

 GREEN value IS 214 (83.98% from 255) = 36.33%

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

R = 40.92%
G = 36.33%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F1D686 (or 0xF1D686) is known color: Buff. HEX triplet: F1, D6 and 86. RGB value is (241,214,134). Sum of RGB (Red+Green+Blue) = 241+214+134=589 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.92% from 589); Green value is 214 (83.98% from 255 or 36.33% from 589); Blue value is 134 (52.73% from 255 or 22.75% from 589); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D686 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D686 is #0E2979. Grayscale: #D5D5D5. Windows color (decimal): -928122 or 8836849. OLE color: 8836849.

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

Color convert

RGB 241 214 134 -
CMYK 0 0.11 0.44 0.05
HSL 44.86º 0.79% 0.74% -
HSV(B) 44.86º 0.44% 0.95% -
XYZ 64.63 68.52 32.37 -
YUV 212.95 83.45 148 -
System Red Green Blue C M Y K H S L
Decimal 241 214 134 0 0.11 0.44 0.05 44.86 0.79 0.74
Hex F1 D6 86 0 B 2C 5 2D 4F 4A
Octal 361 326 206 0 13 54 5 55 117 112
Binary 11110001 11010110 10000110 0 1011 101100 101 101101 1001111 1001010

Color Harmonies of #F1D686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D686

Black with #F1D686

Text Example


Text Example

White with #F1D686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D686; }

 p { color: rgb(241,214,134); }

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

background-color css

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

 a { background-color: rgb(241,214,134); }

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

border-color css

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

 span { border-color: rgb(241,214,134); }

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