#FCBD6B

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

Shades of Chardonnay #FCBD6B

Tints of Chardonnay #FCBD6B

Color information

#FCBD6B (or 0xFCBD6B) is unknown color: approx Chardonnay. HEX triplet: FC, BD and 6B. RGB value is (252,189,107). Sum of RGB (Red+Green+Blue) = 252+189+107=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 189 (74.22% from 255 or 34.49% from 548); Blue value is 107 (42.19% from 255 or 19.53% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBD6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBD6B is #034294. Grayscale: #C6C6C6. Windows color (decimal): -213653 or 7060988. OLE color: 7060988.

HSL color Cylindrical-coordinate representation of color #FCBD6B: hue angle of 33.93º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FCBD6B is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB252189107-
CMYK00.250.580.01
HSL33.93º96.03%70.39%-
HSV(B)33.93º57.54%98.82%-
XYZ6158.1521.92-
YUV198.4976.37166.17-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.99%
GREEN value IS 189 (74.22% from 255) = 34.49%
BLUE value IS 107 (42.19% from 255) = 19.53%
R=45.99%
G=34.49%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218910700.250.580.0133.9396.0370.39
HexFCBD6B0193A1226046
Octal37427515303172142140106
Binary11111100101111011101011011001111010110001011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBD6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBD6B; }

 p { color: rgb(252,189,107); }

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

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

 a { background-color: rgb(252,189,107); }

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

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

 span { border-color: rgb(252,189,107); }

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