#F4D88E

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

Shades of Buff #F4D88E

Tints of Buff #F4D88E

Color information

#F4D88E (or 0xF4D88E) is unknown color: approx Buff. HEX triplet: F4, D8 and 8E. RGB value is (244,216,142). Sum of RGB (Red+Green+Blue) = 244+216+142=602 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.53% from 602); Green value is 216 (84.77% from 255 or 35.88% from 602); Blue value is 142 (55.86% from 255 or 23.59% from 602); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D88E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4D88E is #0B2771. Grayscale: #D8D8D8. Windows color (decimal): -730994 or 9361652. OLE color: 9361652.

HSL color Cylindrical-coordinate representation of color #F4D88E: hue angle of 43.53º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F4D88E is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB244216142-
CMYK00.110.420.04
HSL43.53º82.26%75.69%-
HSV(B)43.53º41.8%95.69%-
XYZ66.7570.335.64-
YUV215.9486.28148.02-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.53%
GREEN value IS 216 (84.77% from 255) = 35.88%
BLUE value IS 142 (55.86% from 255) = 23.59%
R=40.53%
G=35.88%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24421614200.110.420.0443.5382.2675.69
HexF4D88E0B2A42c524c
Octal36433021601352454122114
Binary1111010011011000100011100101110101010010110010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4D88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4D88E; }

 p { color: rgb(244,216,142); }

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

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

 a { background-color: rgb(244,216,142); }

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

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

 span { border-color: rgb(244,216,142); }

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