Html Css Color HEX #FDC486 Chardonnay

📋 copy color: '#FDC486'

red 253 ◦ green 196 ◦ blue 134

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

Shades of Chardonnay #FDC486

Tints of Chardonnay #FDC486

RGB

 RED value IS 253 (99.22% from 255) = 43.4%

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

 BLUE value IS 134 (52.73% from 255) = 22.98%

R = 43.4%
G = 33.62%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FDC486 (or 0xFDC486) is known color: Chardonnay. HEX triplet: FD, C4 and 86. RGB value is (253,196,134). Sum of RGB (Red+Green+Blue) = 253+196+134=583 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.40% from 583); Green value is 196 (76.95% from 255 or 33.62% from 583); Blue value is 134 (52.73% from 255 or 22.98% from 583); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC486 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC486 is #023B79. Grayscale: #CECECE. Windows color (decimal): -146298 or 8832253. OLE color: 8832253.

HSL color Cylindrical-coordinate representation of color #FDC486: hue angle of 31.26º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FDC486 is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 196 134 -
CMYK 0 0.23 0.47 0.01
HSL 31.26º 0.97% 0.76% -
HSV(B) 31.26º 0.47% 0.99% -
XYZ 64.55 62.08 31.14 -
YUV 205.98 87.38 161.54 -
System Red Green Blue C M Y K H S L
Decimal 253 196 134 0 0.23 0.47 0.01 31.26 0.97 0.76
Hex FD C4 86 0 17 2F 1 1F 61 4C
Octal 375 304 206 0 27 57 1 37 141 114
Binary 11111101 11000100 10000110 0 10111 101111 1 11111 1100001 1001100

Color Harmonies of #FDC486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC486

Black with #FDC486

Text Example


Text Example

White with #FDC486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC486; }

 p { color: rgb(253,196,134); }

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

background-color css

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

 a { background-color: rgb(253,196,134); }

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

border-color css

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

 span { border-color: rgb(253,196,134); }

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