#F1DE8A

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

Shades of Buff #F1DE8A

Tints of Buff #F1DE8A

Color information

#F1DE8A (or 0xF1DE8A) is unknown color: approx Buff. HEX triplet: F1, DE and 8A. RGB value is (241,222,138). Sum of RGB (Red+Green+Blue) = 241+222+138=601 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.10% from 601); Green value is 222 (87.11% from 255 or 36.94% from 601); Blue value is 138 (54.30% from 255 or 22.96% from 601); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DE8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DE8A is #0E2175. Grayscale: #DADADA. Windows color (decimal): -926070 or 9101041. OLE color: 9101041.

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

Color convert

RGB241222138-
CMYK00.080.430.05
HSL48.93º78.63%74.31%-
HSV(B)48.93º42.74%94.51%-
XYZ66.9872.7834.56-
YUV218.182.79144.33-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.10%
GREEN value IS 222 (87.11% from 255) = 36.94%
BLUE value IS 138 (54.30% from 255) = 22.96%
R=40.10%
G=36.94%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122213800.080.430.0548.9378.6374.31
HexF1DE8A082B5314f4a
Octal36133621201053561117112
Binary1111000111011110100010100100010101110111000110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DE8A; }

 p { color: rgb(241,222,138); }

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

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

 a { background-color: rgb(241,222,138); }

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

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

 span { border-color: rgb(241,222,138); }

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