#FBC775

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

Shades of Chardonnay #FBC775

Tints of Chardonnay #FBC775

Color information

#FBC775 (or 0xFBC775) is unknown color: approx Chardonnay. HEX triplet: FB, C7 and 75. RGB value is (251,199,117). Sum of RGB (Red+Green+Blue) = 251+199+117=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 199 (78.12% from 255 or 35.10% from 567); Blue value is 117 (46.09% from 255 or 20.63% from 567); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC775 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC775 is #04388A. Grayscale: #CDCDCD. Windows color (decimal): -276619 or 7718907. OLE color: 7718907.

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

Color convert

RGB251199117-
CMYK00.210.530.02
HSL36.72º94.37%72.16%-
HSV(B)36.72º53.39%98.43%-
XYZ63.4262.6425.58-
YUV205.278.23160.67-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.27%
GREEN value IS 199 (78.12% from 255) = 35.10%
BLUE value IS 117 (46.09% from 255) = 20.63%
R=44.27%
G=35.10%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119911700.210.530.0236.7294.3772.16
HexFBC775015352255e48
Octal37330716502565245136110
Binary111110111100011111101010101011101011010010110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC775; }

 p { color: rgb(251,199,117); }

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

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

 a { background-color: rgb(251,199,117); }

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

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

 span { border-color: rgb(251,199,117); }

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