Html Css Color HEX #F1DD81 Buff

📋 copy color: '#F1DD81'

red 241 ◦ green 221 ◦ blue 129

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

Shades of Buff #F1DD81

Tints of Buff #F1DD81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 21.83%

R = 40.78%
G = 37.39%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F1DD81 (or 0xF1DD81) is known color: Buff. HEX triplet: F1, DD and 81. RGB value is (241,221,129). Sum of RGB (Red+Green+Blue) = 241+221+129=591 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.78% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 129 (50.78% from 255 or 21.83% from 591); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DD81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DD81 is #0E227E. Grayscale: #D8D8D8. Windows color (decimal): -926335 or 8510961. OLE color: 8510961.

HSL color Cylindrical-coordinate representation of color #F1DD81: hue angle of 49.29º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F1DD81 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 221 129 -
CMYK 0 0.08 0.46 0.05
HSL 49.29º 0.8% 0.73% -
HSV(B) 49.29º 0.46% 0.95% -
XYZ 66.09 72 31.18 -
YUV 216.49 78.63 145.48 -
System Red Green Blue C M Y K H S L
Decimal 241 221 129 0 0.08 0.46 0.05 49.29 0.8 0.73
Hex F1 DD 81 0 8 2E 5 31 50 49
Octal 361 335 201 0 10 56 5 61 120 111
Binary 11110001 11011101 10000001 0 1000 101110 101 110001 1010000 1001001

Color Harmonies of #F1DD81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DD81

Black with #F1DD81

Text Example


Text Example

White with #F1DD81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DD81; }

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

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

background-color css

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

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

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

border-color css

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

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

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