#f0d684

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

Shades of Buff #F0D684

Tints of Buff #F0D684

Color information

#F0D684 (or 0xF0D684) is unknown color: approx Buff. HEX triplet: F0, D6 and 84. RGB value is (240,214,132). Sum of RGB (Red+Green+Blue) = 240+214+132=586 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.96% from 586); Green value is 214 (83.98% from 255 or 36.52% from 586); Blue value is 132 (51.95% from 255 or 22.53% from 586); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D684 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D684 is #0F297B. Grayscale: #D4D4D4. Windows color (decimal): -993660 or 8705776. OLE color: 8705776.

HSL color Cylindrical-coordinate representation of color #F0D684: hue angle of 45.56º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F0D684 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB240214132-
CMYK00.110.450.06
HSL45.56º78.26%72.94%-
HSV(B)45.56º45%94.12%-
XYZ64.1568.2831.63-
YUV212.4382.61147.67-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.96%
GREEN value IS 214 (83.98% from 255) = 36.52%
BLUE value IS 132 (51.95% from 255) = 22.53%
R=40.96%
G=36.52%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021413200.110.450.0645.5678.2672.94
HexF0D6840B2D62e4e49
Octal36032620401355656116111
Binary1111000011010110100001000101110110111010111010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f0d684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f0d684; }

 p { color: rgb(240,214,132); }

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

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

 a { background-color: rgb(240,214,132); }

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

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

 span { border-color: rgb(240,214,132); }

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