#F7BF74

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

Shades of Chardonnay #F7BF74

Tints of Chardonnay #F7BF74

Color information

#F7BF74 (or 0xF7BF74) is unknown color: approx Chardonnay. HEX triplet: F7, BF and 74. RGB value is (247,191,116). Sum of RGB (Red+Green+Blue) = 247+191+116=554 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.58% from 554); Green value is 191 (75% from 255 or 34.48% from 554); Blue value is 116 (45.70% from 255 or 20.94% from 554); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BF74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7BF74 is #08408B. Grayscale: #C7C7C7. Windows color (decimal): -540812 or 7651319. OLE color: 7651319.

HSL color Cylindrical-coordinate representation of color #F7BF74: hue angle of 34.35º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F7BF74 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB247191116-
CMYK00.230.530.03
HSL34.35º89.12%71.18%-
HSV(B)34.35º53.04%96.86%-
XYZ60.1458.324.61-
YUV199.1981.05162.1-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.58%
GREEN value IS 191 (75% from 255) = 34.48%
BLUE value IS 116 (45.70% from 255) = 20.94%
R=44.58%
G=34.48%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719111600.230.530.0334.3589.1271.18
HexF7BF74017353225947
Octal36727716402765342131107
Binary111101111011111111101000101111101011110001010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BF74; }

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

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

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

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

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

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

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

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