#F1D77E

Color #F1D77E Buff (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buff #F1D77E

Tints of Buff #F1D77E

Color information

#F1D77E (or 0xF1D77E) is unknown color: approx Buff. HEX triplet: F1, D7 and 7E. RGB value is (241,215,126). Sum of RGB (Red+Green+Blue) = 241+215+126=582 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.41% from 582); Green value is 215 (84.38% from 255 or 36.94% from 582); Blue value is 126 (49.61% from 255 or 21.65% from 582); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D77E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D77E is #0E2881. Grayscale: #D5D5D5. Windows color (decimal): -927874 or 8312817. OLE color: 8312817.

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

Color convert

RGB241215126-
CMYK00.110.480.05
HSL46.43º80.42%71.96%-
HSV(B)46.43º47.72%94.51%-
XYZ64.3468.8129.63-
YUV212.6379.11148.24-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.41%
GREEN value IS 215 (84.38% from 255) = 36.94%
BLUE value IS 126 (49.61% from 255) = 21.65%
R=41.41%
G=36.94%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121512600.110.480.0546.4380.4271.96
HexF1D77E0B3052e5048
Octal36132717601360556120110
Binary111100011101011111111100101111000010110111010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D77E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D77E; }

 p { color: rgb(241,215,126); }

 H1.HeaderClassName
 {
   color: #F1D77E;
 }
 .AnyTagClassName
 {
   color: #F1D77E;
 }
</style>
background-color css

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

 a { background-color: rgb(241,215,126); }

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

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

 span { border-color: rgb(241,215,126); }

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