#FBC473

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

Shades of Chardonnay #FBC473

Tints of Chardonnay #FBC473

Color information

#FBC473 (or 0xFBC473) is unknown color: approx Chardonnay. HEX triplet: FB, C4 and 73. RGB value is (251,196,115). Sum of RGB (Red+Green+Blue) = 251+196+115=562 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.66% from 562); Green value is 196 (76.95% from 255 or 34.88% from 562); Blue value is 115 (45.31% from 255 or 20.46% from 562); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC473 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC473 is #043B8C. Grayscale: #CBCBCB. Windows color (decimal): -277389 or 7587067. OLE color: 7587067.

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

Color convert

RGB251196115-
CMYK00.220.540.02
HSL35.74º94.44%71.76%-
HSV(B)35.74º54.18%98.43%-
XYZ62.6261.2324.74-
YUV203.2178.22162.09-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.66%
GREEN value IS 196 (76.95% from 255) = 34.88%
BLUE value IS 115 (45.31% from 255) = 20.46%
R=44.66%
G=34.88%
B=20.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119611500.220.540.0235.7494.4471.76
HexFBC473016362245e48
Octal37330416302666244136110
Binary111110111100010011100110101101101101010010010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC473; }

 p { color: rgb(251,196,115); }

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

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

 a { background-color: rgb(251,196,115); }

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

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

 span { border-color: rgb(251,196,115); }

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