Html Css Color HEX #FEC382 Chardonnay

📋 copy color: '#FEC382'

red 254 ◦ green 195 ◦ blue 130

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

Shades of Chardonnay #FEC382

Tints of Chardonnay #FEC382

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.68%

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

R = 43.87%
G = 33.68%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#FEC382 (or 0xFEC382) is known color: Chardonnay. HEX triplet: FE, C3 and 82. RGB value is (254,195,130). Sum of RGB (Red+Green+Blue) = 254+195+130=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 195 (76.56% from 255 or 33.68% from 579); Blue value is 130 (51.17% from 255 or 22.45% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC382 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC382 is #013C7D. Grayscale: #CDCDCD. Windows color (decimal): -81022 or 8569854. OLE color: 8569854.

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

Color convert

RGB 254 195 130 -
CMYK 0 0.23 0.49 0.00
HSL 31.45º 0.98% 0.75% -
HSV(B) 31.45º 0.49% 1% -
XYZ 64.42 61.71 29.64 -
YUV 205.23 85.55 162.79 -
System Red Green Blue C M Y K H S L
Decimal 254 195 130 0 0.23 0.49 0.00 31.45 0.98 0.75
Hex FE C3 82 0 17 31 0 1F 62 4B
Octal 376 303 202 0 27 61 0 37 142 113
Binary 11111110 11000011 10000010 0 10111 110001 0 11111 1100010 1001011

Color Harmonies of #FEC382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC382

Black with #FEC382

Text Example


Text Example

White with #FEC382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC382; }

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

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

background-color css

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

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

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

border-color css

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

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

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