#FBC27E

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

Shades of Chardonnay #FBC27E

Tints of Chardonnay #FBC27E

Color information

#FBC27E (or 0xFBC27E) is unknown color: approx Chardonnay. HEX triplet: FB, C2 and 7E. RGB value is (251,194,126). Sum of RGB (Red+Green+Blue) = 251+194+126=571 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.96% from 571); Green value is 194 (76.17% from 255 or 33.98% from 571); Blue value is 126 (49.61% from 255 or 22.07% from 571); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC27E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC27E is #043D81. Grayscale: #CBCBCB. Windows color (decimal): -277890 or 8307451. OLE color: 8307451.

HSL color Cylindrical-coordinate representation of color #FBC27E: hue angle of 32.64º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FBC27E is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB251194126-
CMYK00.230.500.02
HSL32.64º93.98%73.92%-
HSV(B)32.64º49.8%98.43%-
XYZ62.8460.628.12-
YUV203.2984.38162.03-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.96%
GREEN value IS 194 (76.17% from 255) = 33.98%
BLUE value IS 126 (49.61% from 255) = 22.07%
R=43.96%
G=33.98%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119412600.230.500.0232.6493.9873.92
HexFBC27E017322215e4a
Octal37330217602762241136112
Binary111110111100001011111100101111100101010000110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC27E; }

 p { color: rgb(251,194,126); }

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

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

 a { background-color: rgb(251,194,126); }

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

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

 span { border-color: rgb(251,194,126); }

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