#F3D980

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

Shades of Buff #F3D980

Tints of Buff #F3D980

Color information

#F3D980 (or 0xF3D980) is unknown color: approx Buff. HEX triplet: F3, D9 and 80. RGB value is (243,217,128). Sum of RGB (Red+Green+Blue) = 243+217+128=588 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.33% from 588); Green value is 217 (85.16% from 255 or 36.90% from 588); Blue value is 128 (50.39% from 255 or 21.77% from 588); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D980 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D980 is #0C267F. Grayscale: #D7D7D7. Windows color (decimal): -796288 or 8444403. OLE color: 8444403.

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

Color convert

RGB243217128-
CMYK00.110.470.05
HSL46.43º82.73%72.75%-
HSV(B)46.43º47.33%95.29%-
XYZ65.6770.2430.52-
YUV214.6379.11148.24-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.33%
GREEN value IS 217 (85.16% from 255) = 36.90%
BLUE value IS 128 (50.39% from 255) = 21.77%
R=41.33%
G=36.90%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321712800.110.470.0546.4382.7372.75
HexF3D9800B2F52e5349
Octal36333120001357556123111
Binary1111001111011001100000000101110111110110111010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D980; }

 p { color: rgb(243,217,128); }

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

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

 a { background-color: rgb(243,217,128); }

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

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

 span { border-color: rgb(243,217,128); }

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