#FCBF6C

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

Shades of Chardonnay #FCBF6C

Tints of Chardonnay #FCBF6C

Color information

#FCBF6C (or 0xFCBF6C) is unknown color: approx Chardonnay. HEX triplet: FC, BF and 6C. RGB value is (252,191,108). Sum of RGB (Red+Green+Blue) = 252+191+108=551 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.74% from 551); Green value is 191 (75% from 255 or 34.66% from 551); Blue value is 108 (42.58% from 255 or 19.60% from 551); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBF6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBF6C is #034093. Grayscale: #C8C8C8. Windows color (decimal): -213140 or 7127036. OLE color: 7127036.

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

Color convert

RGB252191108-
CMYK00.240.570.01
HSL34.58º96%70.59%-
HSV(B)34.58º57.14%98.82%-
XYZ61.4859.0422.34-
YUV199.7876.21165.25-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.74%
GREEN value IS 191 (75% from 255) = 34.66%
BLUE value IS 108 (42.58% from 255) = 19.60%
R=45.74%
G=34.66%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219110800.240.570.0134.589670.59
HexFCBF6C018391236047
Octal37427715403071143140107
Binary11111100101111111101100011000111001110001111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBF6C; }

 p { color: rgb(252,191,108); }

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

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

 a { background-color: rgb(252,191,108); }

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

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

 span { border-color: rgb(252,191,108); }

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