Html Css Color HEX #FECA80 Chardonnay

📋 copy color: '#FECA80'

red 254 ◦ green 202 ◦ blue 128

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

Shades of Chardonnay #FECA80

Tints of Chardonnay #FECA80

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.59%

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

R = 43.49%
G = 34.59%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FECA80 (or 0xFECA80) is known color: Chardonnay. HEX triplet: FE, CA and 80. RGB value is (254,202,128). Sum of RGB (Red+Green+Blue) = 254+202+128=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 202 (79.30% from 255 or 34.59% from 584); Blue value is 128 (50.39% from 255 or 21.92% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECA80 is #01357F. Grayscale: #D1D1D1. Windows color (decimal): -79232 or 8440574. OLE color: 8440574.

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

Color convert

RGB 254 202 128 -
CMYK 0 0.20 0.50 0.00
HSL 35.24º 0.98% 0.75% -
HSV(B) 35.24º 0.5% 1% -
XYZ 65.89 64.87 29.47 -
YUV 209.11 82.23 160.02 -
System Red Green Blue C M Y K H S L
Decimal 254 202 128 0 0.20 0.50 0.00 35.24 0.98 0.75
Hex FE CA 80 0 14 32 0 23 62 4B
Octal 376 312 200 0 24 62 0 43 142 113
Binary 11111110 11001010 10000000 0 10100 110010 0 100011 1100010 1001011

Color Harmonies of #FECA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECA80

Black with #FECA80

Text Example


Text Example

White with #FECA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECA80; }

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

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

background-color css

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

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

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

border-color css

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

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

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