#FBC079

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

Shades of Chardonnay #FBC079

Tints of Chardonnay #FBC079

Color information

#FBC079 (or 0xFBC079) is unknown color: approx Chardonnay. HEX triplet: FB, C0 and 79. RGB value is (251,192,121). Sum of RGB (Red+Green+Blue) = 251+192+121=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 192 (75.39% from 255 or 34.04% from 564); Blue value is 121 (47.66% from 255 or 21.45% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC079 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC079 is #043F86. Grayscale: #C9C9C9. Windows color (decimal): -278407 or 7979259. OLE color: 7979259.

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

Color convert

RGB251192121-
CMYK00.240.520.02
HSL32.77º94.2%72.94%-
HSV(B)32.77º51.79%98.43%-
XYZ62.0859.5926.32-
YUV201.5582.55163.27-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.50%
GREEN value IS 192 (75.39% from 255) = 34.04%
BLUE value IS 121 (47.66% from 255) = 21.45%
R=44.50%
G=34.04%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119212100.240.520.0232.7794.272.94
HexFBC079018342215e49
Octal37330017103064241136111
Binary111110111100000011110010110001101001010000110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC079; }

 p { color: rgb(251,192,121); }

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

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

 a { background-color: rgb(251,192,121); }

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

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

 span { border-color: rgb(251,192,121); }

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