Html Css Color HEX #FECA82 Chardonnay

📋 copy color: '#FECA82'

red 254 ◦ green 202 ◦ blue 130

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

Shades of Chardonnay #FECA82

Tints of Chardonnay #FECA82

RGB

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

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

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

R = 43.34%
G = 34.47%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#FECA82 (or 0xFECA82) is known color: Chardonnay. HEX triplet: FE, CA and 82. RGB value is (254,202,130). Sum of RGB (Red+Green+Blue) = 254+202+130=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 202 (79.30% from 255 or 34.47% from 586); Blue value is 130 (51.17% from 255 or 22.18% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECA82 is #01357D. Grayscale: #D1D1D1. Windows color (decimal): -79230 or 8571646. OLE color: 8571646.

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

Color convert

RGB 254 202 130 -
CMYK 0 0.20 0.49 0.00
HSL 34.84º 0.98% 0.75% -
HSV(B) 34.84º 0.49% 1% -
XYZ 66.02 64.92 30.17 -
YUV 209.34 83.23 159.85 -
System Red Green Blue C M Y K H S L
Decimal 254 202 130 0 0.20 0.49 0.00 34.84 0.98 0.75
Hex FE CA 82 0 14 31 0 23 62 4B
Octal 376 312 202 0 24 61 0 43 142 113
Binary 11111110 11001010 10000010 0 10100 110001 0 100011 1100010 1001011

Color Harmonies of #FECA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECA82

Black with #FECA82

Text Example


Text Example

White with #FECA82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECA82; }

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

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

background-color css

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

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

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

border-color css

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

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

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