#F1DF84

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

Shades of Buff #F1DF84

Tints of Buff #F1DF84

Color information

#F1DF84 (or 0xF1DF84) is unknown color: approx Buff. HEX triplet: F1, DF and 84. RGB value is (241,223,132). Sum of RGB (Red+Green+Blue) = 241+223+132=596 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.44% from 596); Green value is 223 (87.5% from 255 or 37.42% from 596); Blue value is 132 (51.95% from 255 or 22.15% from 596); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DF84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DF84 is #0E207B. Grayscale: #DADADA. Windows color (decimal): -925820 or 8708081. OLE color: 8708081.

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

Color convert

RGB241223132-
CMYK00.070.450.05
HSL50.09º79.56%73.14%-
HSV(B)50.09º45.23%94.51%-
XYZ66.8373.1432.43-
YUV218.0179.46144.4-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.44%
GREEN value IS 223 (87.5% from 255) = 37.42%
BLUE value IS 132 (51.95% from 255) = 22.15%
R=40.44%
G=37.42%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122313200.070.450.0550.0979.5673.14
HexF1DF84072D5325049
Octal3613372040755562120111
Binary111100011101111110000100011110110110111001010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DF84; }

 p { color: rgb(241,223,132); }

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

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

 a { background-color: rgb(241,223,132); }

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

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

 span { border-color: rgb(241,223,132); }

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