Html Css Color HEX #FEC485 Chardonnay

📋 copy color: '#FEC485'

red 254 ◦ green 196 ◦ blue 133

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

Shades of Chardonnay #FEC485

Tints of Chardonnay #FEC485

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.62%

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

R = 43.57%
G = 33.62%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FEC485 (or 0xFEC485) is known color: Chardonnay. HEX triplet: FE, C4 and 85. RGB value is (254,196,133). Sum of RGB (Red+Green+Blue) = 254+196+133=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 196 (76.95% from 255 or 33.62% from 583); Blue value is 133 (52.34% from 255 or 22.81% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC485 is #013B7A. Grayscale: #CECECE. Windows color (decimal): -80763 or 8766718. OLE color: 8766718.

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

Color convert

RGB 254 196 133 -
CMYK 0 0.23 0.48 0.00
HSL 31.24º 0.98% 0.76% -
HSV(B) 31.24º 0.48% 1% -
XYZ 64.85 62.24 30.79 -
YUV 206.16 86.72 162.12 -
System Red Green Blue C M Y K H S L
Decimal 254 196 133 0 0.23 0.48 0.00 31.24 0.98 0.76
Hex FE C4 85 0 17 30 0 1F 62 4C
Octal 376 304 205 0 27 60 0 37 142 114
Binary 11111110 11000100 10000101 0 10111 110000 0 11111 1100010 1001100

Color Harmonies of #FEC485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC485

Black with #FEC485

Text Example


Text Example

White with #FEC485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC485; }

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

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

background-color css

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

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

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

border-color css

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

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

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