Html Css Color HEX #FEC682 Chardonnay

📋 copy color: '#FEC682'

red 254 ◦ green 198 ◦ blue 130

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

Shades of Chardonnay #FEC682

Tints of Chardonnay #FEC682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 22.34%

R = 43.64%
G = 34.02%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#FEC682 (or 0xFEC682) is known color: Chardonnay. HEX triplet: FE, C6 and 82. RGB value is (254,198,130). Sum of RGB (Red+Green+Blue) = 254+198+130=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 198 (77.73% from 255 or 34.02% from 582); Blue value is 130 (51.17% from 255 or 22.34% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC682 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC682 is #01397D. Grayscale: #CFCFCF. Windows color (decimal): -80254 or 8570622. OLE color: 8570622.

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

Color convert

RGB 254 198 130 -
CMYK 0 0.22 0.49 0.00
HSL 32.9º 0.98% 0.75% -
HSV(B) 32.9º 0.49% 1% -
XYZ 65.1 63.07 29.86 -
YUV 206.99 84.55 161.53 -
System Red Green Blue C M Y K H S L
Decimal 254 198 130 0 0.22 0.49 0.00 32.9 0.98 0.75
Hex FE C6 82 0 16 31 0 21 62 4B
Octal 376 306 202 0 26 61 0 41 142 113
Binary 11111110 11000110 10000010 0 10110 110001 0 100001 1100010 1001011

Color Harmonies of #FEC682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC682

Black with #FEC682

Text Example


Text Example

White with #FEC682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC682; }

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

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

background-color css

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

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

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

border-color css

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

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

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