#FBC27D

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

Shades of Chardonnay #FBC27D

Tints of Chardonnay #FBC27D

Color information

#FBC27D (or 0xFBC27D) is unknown color: approx Chardonnay. HEX triplet: FB, C2 and 7D. RGB value is (251,194,125). Sum of RGB (Red+Green+Blue) = 251+194+125=570 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.04% from 570); Green value is 194 (76.17% from 255 or 34.04% from 570); Blue value is 125 (49.22% from 255 or 21.93% from 570); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC27D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC27D is #043D82. Grayscale: #CBCBCB. Windows color (decimal): -277891 or 8241915. OLE color: 8241915.

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

Color convert

RGB251194125-
CMYK00.230.500.02
HSL32.86º94.03%73.73%-
HSV(B)32.86º50.2%98.43%-
XYZ62.7860.5727.79-
YUV203.1883.88162.11-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.04%
GREEN value IS 194 (76.17% from 255) = 34.04%
BLUE value IS 125 (49.22% from 255) = 21.93%
R=44.04%
G=34.04%
B=21.93%

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
Decimal25119412500.230.500.0232.8694.0373.73
HexFBC27D017322215e4a
Octal37330217502762241136112
Binary111110111100001011111010101111100101010000110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC27D; }

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

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

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

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

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

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

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

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