#FBC676

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

Shades of Chardonnay #FBC676

Tints of Chardonnay #FBC676

Color information

#FBC676 (or 0xFBC676) is unknown color: approx Chardonnay. HEX triplet: FB, C6 and 76. RGB value is (251,198,118). Sum of RGB (Red+Green+Blue) = 251+198+118=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 198 (77.73% from 255 or 34.92% from 567); Blue value is 118 (46.48% from 255 or 20.81% from 567); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC676 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC676 is #043989. Grayscale: #CDCDCD. Windows color (decimal): -276874 or 7784187. OLE color: 7784187.

HSL color Cylindrical-coordinate representation of color #FBC676: hue angle of 36.09º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FBC676 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB251198118-
CMYK00.210.530.02
HSL36.09º94.33%72.35%-
HSV(B)36.09º52.99%98.43%-
XYZ63.2562.2125.81-
YUV204.7379.06161-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.27%
GREEN value IS 198 (77.73% from 255) = 34.92%
BLUE value IS 118 (46.48% from 255) = 20.81%
R=44.27%
G=34.92%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119811800.210.530.0236.0994.3372.35
HexFBC676015352245e48
Octal37330616602565244136110
Binary111110111100011011101100101011101011010010010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC676; }

 p { color: rgb(251,198,118); }

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

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

 a { background-color: rgb(251,198,118); }

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

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

 span { border-color: rgb(251,198,118); }

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