Html Css Color HEX #F1DC89 Buff

📋 copy color: '#F1DC89'

red 241 ◦ green 220 ◦ blue 137

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

Shades of Buff #F1DC89

Tints of Buff #F1DC89

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.79%

 BLUE value IS 137 (53.91% from 255) = 22.91%

R = 40.3%
G = 36.79%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F1DC89 (or 0xF1DC89) is known color: Buff. HEX triplet: F1, DC and 89. RGB value is (241,220,137). Sum of RGB (Red+Green+Blue) = 241+220+137=598 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.30% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 137 (53.91% from 255 or 22.91% from 598); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DC89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DC89 is #0E2376. Grayscale: #D9D9D9. Windows color (decimal): -926583 or 9034993. OLE color: 9034993.

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

Color convert

RGB 241 220 137 -
CMYK 0 0.09 0.43 0.05
HSL 47.88º 0.79% 0.74% -
HSV(B) 47.88º 0.43% 0.95% -
XYZ 66.38 71.69 34.01 -
YUV 216.82 82.96 145.25 -
System Red Green Blue C M Y K H S L
Decimal 241 220 137 0 0.09 0.43 0.05 47.88 0.79 0.74
Hex F1 DC 89 0 9 2B 5 30 4F 4A
Octal 361 334 211 0 11 53 5 60 117 112
Binary 11110001 11011100 10001001 0 1001 101011 101 110000 1001111 1001010

Color Harmonies of #F1DC89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DC89

Black with #F1DC89

Text Example


Text Example

White with #F1DC89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DC89; }

 p { color: rgb(241,220,137); }

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

background-color css

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

 a { background-color: rgb(241,220,137); }

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

border-color css

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

 span { border-color: rgb(241,220,137); }

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