Html Css Color HEX #FDC376 Chardonnay

📋 copy color: '#FDC376'

red 253 ◦ green 195 ◦ blue 118

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

Shades of Chardonnay #FDC376

Tints of Chardonnay #FDC376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 20.85%

R = 44.7%
G = 34.45%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FDC376 (or 0xFDC376) is known color: Chardonnay. HEX triplet: FD, C3 and 76. RGB value is (253,195,118). Sum of RGB (Red+Green+Blue) = 253+195+118=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 195 (76.56% from 255 or 34.45% from 566); Blue value is 118 (46.48% from 255 or 20.85% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC376 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC376 is #023C89. Grayscale: #CBCBCB. Windows color (decimal): -146570 or 7783421. OLE color: 7783421.

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

Color convert

RGB 253 195 118 -
CMYK 0 0.23 0.53 0.01
HSL 34.22º 0.97% 0.73% -
HSV(B) 34.22º 0.53% 0.99% -
XYZ 63.29 61.22 25.62 -
YUV 203.56 79.72 163.26 -
System Red Green Blue C M Y K H S L
Decimal 253 195 118 0 0.23 0.53 0.01 34.22 0.97 0.73
Hex FD C3 76 0 17 35 1 22 61 49
Octal 375 303 166 0 27 65 1 42 141 111
Binary 11111101 11000011 1110110 0 10111 110101 1 100010 1100001 1001001

Color Harmonies of #FDC376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC376

Black with #FDC376

Text Example


Text Example

White with #FDC376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC376; }

 p { color: rgb(253,195,118); }

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

background-color css

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

 a { background-color: rgb(253,195,118); }

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

border-color css

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

 span { border-color: rgb(253,195,118); }

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