Html Css Color HEX #FCC486 Chardonnay

📋 copy color: '#FCC486'

red 252 ◦ green 196 ◦ blue 134

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

Shades of Chardonnay #FCC486

Tints of Chardonnay #FCC486

RGB

 RED value IS 252 (98.83% from 255) = 43.3%

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

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

R = 43.3%
G = 33.68%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FCC486 (or 0xFCC486) is known color: Chardonnay. HEX triplet: FC, C4 and 86. RGB value is (252,196,134). Sum of RGB (Red+Green+Blue) = 252+196+134=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 196 (76.95% from 255 or 33.68% from 582); Blue value is 134 (52.73% from 255 or 23.02% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC486 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC486 is #033B79. Grayscale: #CDCDCD. Windows color (decimal): -211834 or 8832252. OLE color: 8832252.

HSL color Cylindrical-coordinate representation of color #FCC486: hue angle of 31.53º degrees, saturation: 0.95, 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 #FCC486 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 196 134 -
CMYK 0 0.22 0.47 0.01
HSL 31.53º 0.95% 0.76% -
HSV(B) 31.53º 0.47% 0.99% -
XYZ 64.19 61.9 31.12 -
YUV 205.68 87.55 161.04 -
System Red Green Blue C M Y K H S L
Decimal 252 196 134 0 0.22 0.47 0.01 31.53 0.95 0.76
Hex FC C4 86 0 16 2F 1 20 5F 4C
Octal 374 304 206 0 26 57 1 40 137 114
Binary 11111100 11000100 10000110 0 10110 101111 1 100000 1011111 1001100

Color Harmonies of #FCC486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC486

Black with #FCC486

Text Example


Text Example

White with #FCC486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC486; }

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

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

background-color css

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

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

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

border-color css

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

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

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