#F2D98A

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

Shades of Buff #F2D98A

Tints of Buff #F2D98A

Color information

#F2D98A (or 0xF2D98A) is unknown color: approx Buff. HEX triplet: F2, D9 and 8A. RGB value is (242,217,138). Sum of RGB (Red+Green+Blue) = 242+217+138=597 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.54% from 597); Green value is 217 (85.16% from 255 or 36.35% from 597); Blue value is 138 (54.30% from 255 or 23.12% from 597); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D98A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D98A is #0D2675. Grayscale: #D7D7D7. Windows color (decimal): -861814 or 9099762. OLE color: 9099762.

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

Color convert

RGB242217138-
CMYK00.100.430.05
HSL45.58º80%74.51%-
HSV(B)45.58º42.98%94.9%-
XYZ66.0270.3434.14-
YUV215.4784.28146.92-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.54%
GREEN value IS 217 (85.16% from 255) = 36.35%
BLUE value IS 138 (54.30% from 255) = 23.12%
R=40.54%
G=36.35%
B=23.12%

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
Decimal24221713800.100.430.0545.588074.51
HexF2D98A0A2B52e504b
Octal36233121201253556120113
Binary1111001011011001100010100101010101110110111010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D98A; }

 p { color: rgb(242,217,138); }

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

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

 a { background-color: rgb(242,217,138); }

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

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

 span { border-color: rgb(242,217,138); }

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