Html Css Color HEX #FCBC6B Chardonnay

📋 copy color: '#FCBC6B'

red 252 ◦ green 188 ◦ blue 107

#FCBC6B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chardonnay #FCBC6B

Tints of Chardonnay #FCBC6B

RGB

 RED value IS 252 (98.83% from 255) = 46.07%

 GREEN value IS 188 (73.83% from 255) = 34.37%

 BLUE value IS 107 (42.19% from 255) = 19.56%

R = 46.07%
G = 34.37%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FCBC6B (or 0xFCBC6B) is known color: Chardonnay. HEX triplet: FC, BC and 6B. RGB value is (252,188,107). Sum of RGB (Red+Green+Blue) = 252+188+107=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 188 (73.83% from 255 or 34.37% from 547); Blue value is 107 (42.19% from 255 or 19.56% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBC6B is #034394. Grayscale: #C6C6C6. Windows color (decimal): -213909 or 7060732. OLE color: 7060732.

HSL color Cylindrical-coordinate representation of color #FCBC6B: hue angle of 33.52º 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 #FCBC6B is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 188 107 -
CMYK 0 0.25 0.58 0.01
HSL 33.52º 0.96% 0.7% -
HSV(B) 33.52º 0.58% 0.99% -
XYZ 60.78 57.72 21.85 -
YUV 197.9 76.7 166.59 -
System Red Green Blue C M Y K H S L
Decimal 252 188 107 0 0.25 0.58 0.01 33.52 0.96 0.7
Hex FC BC 6B 0 19 3A 1 22 60 46
Octal 374 274 153 0 31 72 1 42 140 106
Binary 11111100 10111100 1101011 0 11001 111010 1 100010 1100000 1000110

Color Harmonies of #FCBC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBC6B

Black with #FCBC6B

Text Example


Text Example

White with #FCBC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBC6B; }

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

 H1.HeaderClassName
 {
   color: #FCBC6B;
 }
 .AnyTagClassName
 {
   color: #FCBC6B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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