#F9DE8A

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

Shades of Buff #F9DE8A

Tints of Buff #F9DE8A

Color information

#F9DE8A (or 0xF9DE8A) is unknown color: approx Buff. HEX triplet: F9, DE and 8A. RGB value is (249,222,138). Sum of RGB (Red+Green+Blue) = 249+222+138=609 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.89% from 609); Green value is 222 (87.11% from 255 or 36.45% from 609); Blue value is 138 (54.30% from 255 or 22.66% from 609); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DE8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DE8A is #062175. Grayscale: #DCDCDC. Windows color (decimal): -401782 or 9101049. OLE color: 9101049.

HSL color Cylindrical-coordinate representation of color #F9DE8A: hue angle of 45.41º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F9DE8A is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB249222138-
CMYK00.110.450.02
HSL45.41º90.24%75.88%-
HSV(B)45.41º44.58%97.65%-
XYZ69.7874.2234.69-
YUV220.581.45148.33-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.89%
GREEN value IS 222 (87.11% from 255) = 36.45%
BLUE value IS 138 (54.30% from 255) = 22.66%
R=40.89%
G=36.45%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24922213800.110.450.0245.4190.2475.88
HexF9DE8A0B2D22d5a4c
Octal37133621201355255132114
Binary111110011101111010001010010111011011010110110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DE8A; }

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

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

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

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

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

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

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

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