#FBC580

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

Shades of Chardonnay #FBC580

Tints of Chardonnay #FBC580

Color information

#FBC580 (or 0xFBC580) is unknown color: approx Chardonnay. HEX triplet: FB, C5 and 80. RGB value is (251,197,128). Sum of RGB (Red+Green+Blue) = 251+197+128=576 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.58% from 576); Green value is 197 (77.34% from 255 or 34.20% from 576); Blue value is 128 (50.39% from 255 or 22.22% from 576); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC580 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC580 is #043A7F. Grayscale: #CDCDCD. Windows color (decimal): -277120 or 8439291. OLE color: 8439291.

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

Color convert

RGB251197128-
CMYK00.220.490.02
HSL33.66º93.89%74.31%-
HSV(B)33.66º49%98.43%-
XYZ63.656229.03-
YUV205.2884.39160.61-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.58%
GREEN value IS 197 (77.34% from 255) = 34.20%
BLUE value IS 128 (50.39% from 255) = 22.22%
R=43.58%
G=34.20%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119712800.220.490.0233.6693.8974.31
HexFBC580016312225e4a
Octal37330520002661242136112
Binary1111101111000101100000000101101100011010001010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC580; }

 p { color: rgb(251,197,128); }

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

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

 a { background-color: rgb(251,197,128); }

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

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

 span { border-color: rgb(251,197,128); }

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