Html Css Color HEX #F1DA86 Buff

📋 copy color: '#F1DA86'

red 241 ◦ green 218 ◦ blue 134

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

Shades of Buff #F1DA86

Tints of Buff #F1DA86

RGB

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

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

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

R = 40.64%
G = 36.76%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F1DA86 (or 0xF1DA86) is known color: Buff. HEX triplet: F1, DA and 86. RGB value is (241,218,134). Sum of RGB (Red+Green+Blue) = 241+218+134=593 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.64% from 593); Green value is 218 (85.55% from 255 or 36.76% from 593); Blue value is 134 (52.73% from 255 or 22.60% from 593); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DA86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DA86 is #0E2579. Grayscale: #D7D7D7. Windows color (decimal): -927098 or 8837873. OLE color: 8837873.

HSL color Cylindrical-coordinate representation of color #F1DA86: hue angle of 47.1º 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 #F1DA86 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 218 134 -
CMYK 0 0.10 0.44 0.05
HSL 47.1º 0.79% 0.74% -
HSV(B) 47.1º 0.44% 0.95% -
XYZ 65.65 70.56 32.71 -
YUV 215.3 82.12 146.33 -
System Red Green Blue C M Y K H S L
Decimal 241 218 134 0 0.10 0.44 0.05 47.1 0.79 0.74
Hex F1 DA 86 0 A 2C 5 2F 4F 4A
Octal 361 332 206 0 12 54 5 57 117 112
Binary 11110001 11011010 10000110 0 1010 101100 101 101111 1001111 1001010

Color Harmonies of #F1DA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DA86

Black with #F1DA86

Text Example


Text Example

White with #F1DA86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DA86; }

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

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

background-color css

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

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

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

border-color css

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

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

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