#FBC774

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

Shades of Chardonnay #FBC774

Tints of Chardonnay #FBC774

Color information

#FBC774 (or 0xFBC774) is unknown color: approx Chardonnay. HEX triplet: FB, C7 and 74. RGB value is (251,199,116). Sum of RGB (Red+Green+Blue) = 251+199+116=566 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.35% from 566); Green value is 199 (78.12% from 255 or 35.16% from 566); Blue value is 116 (45.70% from 255 or 20.49% from 566); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC774 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC774 is #04388B. Grayscale: #CDCDCD. Windows color (decimal): -276620 or 7653371. OLE color: 7653371.

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

Color convert

RGB251199116-
CMYK00.210.540.02
HSL36.89º94.41%71.96%-
HSV(B)36.89º53.78%98.43%-
XYZ63.3662.6225.27-
YUV205.0977.73160.75-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.35%
GREEN value IS 199 (78.12% from 255) = 35.16%
BLUE value IS 116 (45.70% from 255) = 20.49%
R=44.35%
G=35.16%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119911600.210.540.0236.8994.4171.96
HexFBC774015362255e48
Octal37330716402566245136110
Binary111110111100011111101000101011101101010010110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC774; }

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

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

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

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

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

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

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

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