Html Css Color HEX #FEC785 Chardonnay

📋 copy color: '#FEC785'

red 254 ◦ green 199 ◦ blue 133

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

Shades of Chardonnay #FEC785

Tints of Chardonnay #FEC785

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.96%

 BLUE value IS 133 (52.34% from 255) = 22.7%

R = 43.34%
G = 33.96%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FEC785 (or 0xFEC785) is known color: Chardonnay. HEX triplet: FE, C7 and 85. RGB value is (254,199,133). Sum of RGB (Red+Green+Blue) = 254+199+133=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 199 (78.12% from 255 or 33.96% from 586); Blue value is 133 (52.34% from 255 or 22.70% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC785 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC785 is #01387A. Grayscale: #D0D0D0. Windows color (decimal): -79995 or 8767486. OLE color: 8767486.

HSL color Cylindrical-coordinate representation of color #FEC785: hue angle of 32.73º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FEC785 is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 199 133 -
CMYK 0 0.22 0.48 0.00
HSL 32.73º 0.98% 0.76% -
HSV(B) 32.73º 0.48% 1% -
XYZ 65.53 63.61 31.01 -
YUV 207.92 85.72 160.87 -
System Red Green Blue C M Y K H S L
Decimal 254 199 133 0 0.22 0.48 0.00 32.73 0.98 0.76
Hex FE C7 85 0 16 30 0 21 62 4C
Octal 376 307 205 0 26 60 0 41 142 114
Binary 11111110 11000111 10000101 0 10110 110000 0 100001 1100010 1001100

Color Harmonies of #FEC785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC785

Black with #FEC785

Text Example


Text Example

White with #FEC785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC785; }

 p { color: rgb(254,199,133); }

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

background-color css

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

 a { background-color: rgb(254,199,133); }

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

border-color css

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

 span { border-color: rgb(254,199,133); }

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