#FBC372

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

Shades of Chardonnay #FBC372

Tints of Chardonnay #FBC372

Color information

#FBC372 (or 0xFBC372) is unknown color: approx Chardonnay. HEX triplet: FB, C3 and 72. RGB value is (251,195,114). Sum of RGB (Red+Green+Blue) = 251+195+114=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 195 (76.56% from 255 or 34.82% from 560); Blue value is 114 (44.92% from 255 or 20.36% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC372 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC372 is #043C8D. Grayscale: #CACACA. Windows color (decimal): -277646 or 7521275. OLE color: 7521275.

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

Color convert

RGB251195114-
CMYK00.220.550.02
HSL35.47º94.48%71.57%-
HSV(B)35.47º54.58%98.43%-
XYZ62.3460.7524.36-
YUV202.5178.05162.59-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.82%
GREEN value IS 195 (76.56% from 255) = 34.82%
BLUE value IS 114 (44.92% from 255) = 20.36%
R=44.82%
G=34.82%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119511400.220.550.0235.4794.4871.57
HexFBC372016372235e48
Octal37330316202667243136110
Binary111110111100001111100100101101101111010001110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC372; }

 p { color: rgb(251,195,114); }

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

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

 a { background-color: rgb(251,195,114); }

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

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

 span { border-color: rgb(251,195,114); }

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