#FBC373

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

Shades of Chardonnay #FBC373

Tints of Chardonnay #FBC373

Color information

#FBC373 (or 0xFBC373) is unknown color: approx Chardonnay. HEX triplet: FB, C3 and 73. RGB value is (251,195,115). Sum of RGB (Red+Green+Blue) = 251+195+115=561 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.74% from 561); Green value is 195 (76.56% from 255 or 34.76% from 561); Blue value is 115 (45.31% from 255 or 20.50% from 561); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC373 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC373 is #043C8C. Grayscale: #CBCBCB. Windows color (decimal): -277645 or 7586811. OLE color: 7586811.

HSL color Cylindrical-coordinate representation of color #FBC373: hue angle of 35.29º 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 #FBC373 is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB251195115-
CMYK00.220.540.02
HSL35.29º94.44%71.76%-
HSV(B)35.29º54.18%98.43%-
XYZ62.3960.7824.66-
YUV202.6278.55162.5-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.74%
GREEN value IS 195 (76.56% from 255) = 34.76%
BLUE value IS 115 (45.31% from 255) = 20.50%
R=44.74%
G=34.76%
B=20.50%

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
Decimal25119511500.220.540.0235.2994.4471.76
HexFBC373016362235e48
Octal37330316302666243136110
Binary111110111100001111100110101101101101010001110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC373; }

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

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

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

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

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

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

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

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