Html Css Color HEX #F1DD86 Buff

📋 copy color: '#F1DD86'

red 241 ◦ green 221 ◦ blue 134

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

Shades of Buff #F1DD86

Tints of Buff #F1DD86

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.08%

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

R = 40.44%
G = 37.08%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F1DD86 (or 0xF1DD86) is known color: Buff. HEX triplet: F1, DD and 86. RGB value is (241,221,134). Sum of RGB (Red+Green+Blue) = 241+221+134=596 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.44% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 134 (52.73% from 255 or 22.48% from 596); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DD86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DD86 is #0E2279. Grayscale: #D9D9D9. Windows color (decimal): -926330 or 8838641. OLE color: 8838641.

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

Color convert

RGB 241 221 134 -
CMYK 0 0.08 0.44 0.05
HSL 48.79º 0.79% 0.74% -
HSV(B) 48.79º 0.44% 0.95% -
XYZ 66.44 72.13 32.98 -
YUV 217.06 81.13 145.07 -
System Red Green Blue C M Y K H S L
Decimal 241 221 134 0 0.08 0.44 0.05 48.79 0.79 0.74
Hex F1 DD 86 0 8 2C 5 31 4F 4A
Octal 361 335 206 0 10 54 5 61 117 112
Binary 11110001 11011101 10000110 0 1000 101100 101 110001 1001111 1001010

Color Harmonies of #F1DD86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DD86

Black with #F1DD86

Text Example


Text Example

White with #F1DD86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DD86; }

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

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

background-color css

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

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

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

border-color css

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

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

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