Html Css Color HEX #FBC680 Chardonnay

📋 copy color: '#FBC680'

red 251 ◦ green 198 ◦ blue 128

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

Shades of Chardonnay #FBC680

Tints of Chardonnay #FBC680

RGB

 RED value IS 251 (98.44% from 255) = 43.5%

 GREEN value IS 198 (77.73% from 255) = 34.32%

 BLUE value IS 128 (50.39% from 255) = 22.18%

R = 43.5%
G = 34.32%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FBC680 (or 0xFBC680) is known color: Chardonnay. HEX triplet: FB, C6 and 80. RGB value is (251,198,128). Sum of RGB (Red+Green+Blue) = 251+198+128=577 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.50% from 577); Green value is 198 (77.73% from 255 or 34.32% from 577); Blue value is 128 (50.39% from 255 or 22.18% from 577); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC680 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC680 is #04397F. Grayscale: #CECECE. Windows color (decimal): -276864 or 8439547. OLE color: 8439547.

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

Color convert

RGB 251 198 128 -
CMYK 0 0.21 0.49 0.02
HSL 34.15º 0.94% 0.74% -
HSV(B) 34.15º 0.49% 0.98% -
XYZ 63.87 62.46 29.11 -
YUV 205.87 84.06 160.19 -
System Red Green Blue C M Y K H S L
Decimal 251 198 128 0 0.21 0.49 0.02 34.15 0.94 0.74
Hex FB C6 80 0 15 31 2 22 5E 4A
Octal 373 306 200 0 25 61 2 42 136 112
Binary 11111011 11000110 10000000 0 10101 110001 10 100010 1011110 1001010

Color Harmonies of #FBC680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC680

Black with #FBC680

Text Example


Text Example

White with #FBC680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC680; }

 p { color: rgb(251,198,128); }

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

background-color css

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

 a { background-color: rgb(251,198,128); }

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

border-color css

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

 span { border-color: rgb(251,198,128); }

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