Html Css Color HEX #F1DC88 Buff

📋 copy color: '#F1DC88'

red 241 ◦ green 220 ◦ blue 136

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

Shades of Buff #F1DC88

Tints of Buff #F1DC88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 22.78%

R = 40.37%
G = 36.85%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F1DC88 (or 0xF1DC88) is known color: Buff. HEX triplet: F1, DC and 88. RGB value is (241,220,136). Sum of RGB (Red+Green+Blue) = 241+220+136=597 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.37% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 136 (53.52% from 255 or 22.78% from 597); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DC88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DC88 is #0E2377. Grayscale: #D9D9D9. Windows color (decimal): -926584 or 8969457. OLE color: 8969457.

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

Color convert

RGB 241 220 136 -
CMYK 0 0.09 0.44 0.05
HSL 48º 0.79% 0.74% -
HSV(B) 48º 0.44% 0.95% -
XYZ 66.31 71.66 33.63 -
YUV 216.7 82.46 145.33 -
System Red Green Blue C M Y K H S L
Decimal 241 220 136 0 0.09 0.44 0.05 48 0.79 0.74
Hex F1 DC 88 0 9 2C 5 30 4F 4A
Octal 361 334 210 0 11 54 5 60 117 112
Binary 11110001 11011100 10001000 0 1001 101100 101 110000 1001111 1001010

Color Harmonies of #F1DC88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DC88

Black with #F1DC88

Text Example


Text Example

White with #F1DC88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DC88; }

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

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

background-color css

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

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

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

border-color css

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

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

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