#FBC480

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

Shades of Chardonnay #FBC480

Tints of Chardonnay #FBC480

Color information

#FBC480 (or 0xFBC480) is unknown color: approx Chardonnay. HEX triplet: FB, C4 and 80. RGB value is (251,196,128). Sum of RGB (Red+Green+Blue) = 251+196+128=575 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.65% from 575); Green value is 196 (76.95% from 255 or 34.09% from 575); Blue value is 128 (50.39% from 255 or 22.26% from 575); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC480 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC480 is #043B7F. Grayscale: #CDCDCD. Windows color (decimal): -277376 or 8439035. OLE color: 8439035.

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

Color convert

RGB251196128-
CMYK00.220.490.02
HSL33.17º93.89%74.31%-
HSV(B)33.17º49%98.43%-
XYZ63.4261.5528.96-
YUV204.6984.72161.03-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.65%
GREEN value IS 196 (76.95% from 255) = 34.09%
BLUE value IS 128 (50.39% from 255) = 22.26%
R=43.65%
G=34.09%
B=22.26%

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
Decimal25119612800.220.490.0233.1793.8974.31
HexFBC480016312215e4a
Octal37330420002661241136112
Binary1111101111000100100000000101101100011010000110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC480; }

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

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

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

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

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

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

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

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