#FBC273

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

Shades of Chardonnay #FBC273

Tints of Chardonnay #FBC273

Color information

#FBC273 (or 0xFBC273) is unknown color: approx Chardonnay. HEX triplet: FB, C2 and 73. RGB value is (251,194,115). Sum of RGB (Red+Green+Blue) = 251+194+115=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 194 (76.17% from 255 or 34.64% from 560); Blue value is 115 (45.31% from 255 or 20.54% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC273 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC273 is #043D8C. Grayscale: #CACACA. Windows color (decimal): -277901 or 7586555. OLE color: 7586555.

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

Color convert

RGB251194115-
CMYK00.230.540.02
HSL34.85º94.44%71.76%-
HSV(B)34.85º54.18%98.43%-
XYZ62.1760.3324.59-
YUV202.0478.88162.92-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.82%
GREEN value IS 194 (76.17% from 255) = 34.64%
BLUE value IS 115 (45.31% from 255) = 20.54%
R=44.82%
G=34.64%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119411500.230.540.0234.8594.4471.76
HexFBC273017362235e48
Octal37330216302766243136110
Binary111110111100001011100110101111101101010001110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC273; }

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

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

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

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

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

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

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

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