#FBC874

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

Shades of Chardonnay #FBC874

Tints of Chardonnay #FBC874

Color information

#FBC874 (or 0xFBC874) is unknown color: approx Chardonnay. HEX triplet: FB, C8 and 74. RGB value is (251,200,116). Sum of RGB (Red+Green+Blue) = 251+200+116=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 200 (78.52% from 255 or 35.27% from 567); Blue value is 116 (45.70% from 255 or 20.46% from 567); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC874 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC874 is #04378B. Grayscale: #CECECE. Windows color (decimal): -276364 or 7653627. OLE color: 7653627.

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

Color convert

RGB251200116-
CMYK00.200.540.02
HSL37.33º94.41%71.96%-
HSV(B)37.33º53.78%98.43%-
XYZ63.5963.0825.35-
YUV205.6777.4160.33-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.27%
GREEN value IS 200 (78.52% from 255) = 35.27%
BLUE value IS 116 (45.70% from 255) = 20.46%
R=44.27%
G=35.27%
B=20.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120011600.200.540.0237.3394.4171.96
HexFBC874014362255e48
Octal37331016402466245136110
Binary111110111100100011101000101001101101010010110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC874; }

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

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

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

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

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

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

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

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