#f0d484

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

Shades of Buff #F0D484

Tints of Buff #F0D484

Color information

#F0D484 (or 0xF0D484) is unknown color: approx Buff. HEX triplet: F0, D4 and 84. RGB value is (240,212,132). Sum of RGB (Red+Green+Blue) = 240+212+132=584 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.10% from 584); Green value is 212 (83.20% from 255 or 36.30% from 584); Blue value is 132 (51.95% from 255 or 22.60% from 584); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D484 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D484 is #0F2B7B. Grayscale: #D3D3D3. Windows color (decimal): -994172 or 8705264. OLE color: 8705264.

HSL color Cylindrical-coordinate representation of color #F0D484: hue angle of 44.44º 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 #F0D484 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB240212132-
CMYK00.120.450.06
HSL44.44º78.26%72.94%-
HSV(B)44.44º45%94.12%-
XYZ63.6467.2831.46-
YUV211.2583.28148.5-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.10%
GREEN value IS 212 (83.20% from 255) = 36.30%
BLUE value IS 132 (51.95% from 255) = 22.60%
R=41.10%
G=36.30%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021213200.120.450.0644.4478.2672.94
HexF0D4840C2D62c4e49
Octal36032420401455654116111
Binary1111000011010100100001000110010110111010110010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f0d484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f0d484; }

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

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

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

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

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

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

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

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