Html Css Color HEX #FEC580 Chardonnay

📋 copy color: '#FEC580'

red 254 ◦ green 197 ◦ blue 128

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

Shades of Chardonnay #FEC580

Tints of Chardonnay #FEC580

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.02%

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

R = 43.87%
G = 34.02%
B = 22.11%

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

#FEC580 (or 0xFEC580) is known color: Chardonnay. HEX triplet: FE, C5 and 80. RGB value is (254,197,128). Sum of RGB (Red+Green+Blue) = 254+197+128=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 197 (77.34% from 255 or 34.02% from 579); Blue value is 128 (50.39% from 255 or 22.11% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC580 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC580 is #013A7F. Grayscale: #CECECE. Windows color (decimal): -80512 or 8439294. OLE color: 8439294.

HSL color Cylindrical-coordinate representation of color #FEC580: hue angle of 32.86º 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 #FEC580 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 197 128 -
CMYK 0 0.22 0.50 0.00
HSL 32.86º 0.98% 0.75% -
HSV(B) 32.86º 0.5% 1% -
XYZ 64.74 62.56 29.09 -
YUV 206.18 83.88 162.11 -
System Red Green Blue C M Y K H S L
Decimal 254 197 128 0 0.22 0.50 0.00 32.86 0.98 0.75
Hex FE C5 80 0 16 32 0 21 62 4B
Octal 376 305 200 0 26 62 0 41 142 113
Binary 11111110 11000101 10000000 0 10110 110010 0 100001 1100010 1001011

Color Harmonies of #FEC580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC580

Black with #FEC580

Text Example


Text Example

White with #FEC580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC580; }

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

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

background-color css

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

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

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

border-color css

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

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

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