Html Css Color HEX #FEC680 Chardonnay

📋 copy color: '#FEC680'

red 254 ◦ green 198 ◦ blue 128

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

Shades of Chardonnay #FEC680

Tints of Chardonnay #FEC680

RGB

 RED value IS 254 (99.61% from 255) = 43.79%

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

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

R = 43.79%
G = 34.14%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FEC680 (or 0xFEC680) is known color: Chardonnay. HEX triplet: FE, C6 and 80. RGB value is (254,198,128). Sum of RGB (Red+Green+Blue) = 254+198+128=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 198 (77.73% from 255 or 34.14% from 580); Blue value is 128 (50.39% from 255 or 22.07% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC680 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC680 is #01397F. Grayscale: #CFCFCF. Windows color (decimal): -80256 or 8439550. OLE color: 8439550.

HSL color Cylindrical-coordinate representation of color #FEC680: hue angle of 33.33º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FEC680 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 198 128 -
CMYK 0 0.22 0.50 0.00
HSL 33.33º 0.98% 0.75% -
HSV(B) 33.33º 0.5% 1% -
XYZ 64.96 63.02 29.16 -
YUV 206.76 83.55 161.69 -
System Red Green Blue C M Y K H S L
Decimal 254 198 128 0 0.22 0.50 0.00 33.33 0.98 0.75
Hex FE C6 80 0 16 32 0 21 62 4B
Octal 376 306 200 0 26 62 0 41 142 113
Binary 11111110 11000110 10000000 0 10110 110010 0 100001 1100010 1001011

Color Harmonies of #FEC680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC680

Black with #FEC680

Text Example


Text Example

White with #FEC680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC680; }

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

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

background-color css

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

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

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

border-color css

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

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

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