#F0D67A

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

Shades of Buff #F0D67A

Tints of Buff #F0D67A

Color information

#F0D67A (or 0xF0D67A) is unknown color: approx Buff. HEX triplet: F0, D6 and 7A. RGB value is (240,214,122). Sum of RGB (Red+Green+Blue) = 240+214+122=576 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.67% from 576); Green value is 214 (83.98% from 255 or 37.15% from 576); Blue value is 122 (48.05% from 255 or 21.18% from 576); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D67A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D67A is #0F2985. Grayscale: #D3D3D3. Windows color (decimal): -993670 or 8050416. OLE color: 8050416.

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

Color convert

RGB240214122-
CMYK00.110.490.06
HSL46.78º79.73%70.98%-
HSV(B)46.78º49.17%94.12%-
XYZ63.4968.0228.2-
YUV211.2977.61148.48-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.67%
GREEN value IS 214 (83.98% from 255) = 37.15%
BLUE value IS 122 (48.05% from 255) = 21.18%
R=41.67%
G=37.15%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021412200.110.490.0646.7879.7370.98
HexF0D67A0B3162f5047
Octal36032617201361657120107
Binary111100001101011011110100101111000111010111110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D67A; }

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

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

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

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

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

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

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

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