Html Css Color HEX #FEC880 Chardonnay

📋 copy color: '#FEC880'

red 254 ◦ green 200 ◦ blue 128

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

Shades of Chardonnay #FEC880

Tints of Chardonnay #FEC880

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.36%

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

R = 43.64%
G = 34.36%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FEC880 (or 0xFEC880) is known color: Chardonnay. HEX triplet: FE, C8 and 80. RGB value is (254,200,128). Sum of RGB (Red+Green+Blue) = 254+200+128=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 200 (78.52% from 255 or 34.36% from 582); Blue value is 128 (50.39% from 255 or 21.99% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC880 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC880 is #01377F. Grayscale: #D0D0D0. Windows color (decimal): -79744 or 8440062. OLE color: 8440062.

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

Color convert

RGB 254 200 128 -
CMYK 0 0.21 0.50 0.00
HSL 34.29º 0.98% 0.75% -
HSV(B) 34.29º 0.5% 1% -
XYZ 65.42 63.94 29.32 -
YUV 207.94 82.89 160.85 -
System Red Green Blue C M Y K H S L
Decimal 254 200 128 0 0.21 0.50 0.00 34.29 0.98 0.75
Hex FE C8 80 0 15 32 0 22 62 4B
Octal 376 310 200 0 25 62 0 42 142 113
Binary 11111110 11001000 10000000 0 10101 110010 0 100010 1100010 1001011

Color Harmonies of #FEC880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC880

Black with #FEC880

Text Example


Text Example

White with #FEC880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC880; }

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

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

background-color css

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

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

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

border-color css

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

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

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