#F4BF74

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

Shades of Chardonnay #F4BF74

Tints of Chardonnay #F4BF74

Color information

#F4BF74 (or 0xF4BF74) is unknown color: approx Chardonnay. HEX triplet: F4, BF and 74. RGB value is (244,191,116). Sum of RGB (Red+Green+Blue) = 244+191+116=551 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.28% from 551); Green value is 191 (75% from 255 or 34.66% from 551); Blue value is 116 (45.70% from 255 or 21.05% from 551); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BF74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4BF74 is #0B408B. Grayscale: #C6C6C6. Windows color (decimal): -737420 or 7651316. OLE color: 7651316.

HSL color Cylindrical-coordinate representation of color #F4BF74: hue angle of 35.16º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F4BF74 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB244191116-
CMYK00.220.520.04
HSL35.16º85.33%70.59%-
HSV(B)35.16º52.46%95.69%-
XYZ59.0957.7624.56-
YUV198.381.56160.6-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.28%
GREEN value IS 191 (75% from 255) = 34.66%
BLUE value IS 116 (45.70% from 255) = 21.05%
R=44.28%
G=34.66%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24419111600.220.520.0435.1685.3370.59
HexF4BF74016344235547
Octal36427716402664443125107
Binary1111010010111111111010001011011010010010001110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BF74; }

 p { color: rgb(244,191,116); }

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

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

 a { background-color: rgb(244,191,116); }

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

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

 span { border-color: rgb(244,191,116); }

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