#FBC475

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

Shades of Chardonnay #FBC475

Tints of Chardonnay #FBC475

Color information

#FBC475 (or 0xFBC475) is unknown color: approx Chardonnay. HEX triplet: FB, C4 and 75. RGB value is (251,196,117). Sum of RGB (Red+Green+Blue) = 251+196+117=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 196 (76.95% from 255 or 34.75% from 564); Blue value is 117 (46.09% from 255 or 20.74% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC475 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC475 is #043B8A. Grayscale: #CBCBCB. Windows color (decimal): -277387 or 7718139. OLE color: 7718139.

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

Color convert

RGB251196117-
CMYK00.220.530.02
HSL35.37º94.37%72.16%-
HSV(B)35.37º53.39%98.43%-
XYZ62.7361.2725.35-
YUV203.4479.22161.92-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.50%
GREEN value IS 196 (76.95% from 255) = 34.75%
BLUE value IS 117 (46.09% from 255) = 20.74%
R=44.50%
G=34.75%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119611700.220.530.0235.3794.3772.16
HexFBC475016352235e48
Octal37330416502665243136110
Binary111110111100010011101010101101101011010001110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC475; }

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

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

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

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

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

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

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

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