#F2DA8B

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

Shades of Buff #F2DA8B

Tints of Buff #F2DA8B

Color information

#F2DA8B (or 0xF2DA8B) is unknown color: approx Buff. HEX triplet: F2, DA and 8B. RGB value is (242,218,139). Sum of RGB (Red+Green+Blue) = 242+218+139=599 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.40% from 599); Green value is 218 (85.55% from 255 or 36.39% from 599); Blue value is 139 (54.69% from 255 or 23.21% from 599); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DA8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DA8B is #0D2574. Grayscale: #D8D8D8. Windows color (decimal): -861557 or 9165554. OLE color: 9165554.

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

Color convert

RGB242218139-
CMYK00.100.430.05
HSL46.02º79.84%74.71%-
HSV(B)46.02º42.56%94.9%-
XYZ66.3570.8834.61-
YUV216.1784.45146.42-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.40%
GREEN value IS 218 (85.55% from 255) = 36.39%
BLUE value IS 139 (54.69% from 255) = 23.21%
R=40.40%
G=36.39%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221813900.100.430.0546.0279.8474.71
HexF2DA8B0A2B52e504b
Octal36233221301253556120113
Binary1111001011011010100010110101010101110110111010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DA8B; }

 p { color: rgb(242,218,139); }

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

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

 a { background-color: rgb(242,218,139); }

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

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

 span { border-color: rgb(242,218,139); }

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