Html Css Color HEX #FDC476 Chardonnay

📋 copy color: '#FDC476'

red 253 ◦ green 196 ◦ blue 118

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

Shades of Chardonnay #FDC476

Tints of Chardonnay #FDC476

RGB

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

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

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

R = 44.62%
G = 34.57%
B = 20.81%

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

#FDC476 (or 0xFDC476) is known color: Chardonnay. HEX triplet: FD, C4 and 76. RGB value is (253,196,118). Sum of RGB (Red+Green+Blue) = 253+196+118=567 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.62% from 567); Green value is 196 (76.95% from 255 or 34.57% from 567); Blue value is 118 (46.48% from 255 or 20.81% from 567); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC476 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC476 is #023B89. Grayscale: #CCCCCC. Windows color (decimal): -146314 or 7783677. OLE color: 7783677.

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

Color convert

RGB 253 196 118 -
CMYK 0 0.23 0.53 0.01
HSL 34.67º 0.97% 0.73% -
HSV(B) 34.67º 0.53% 0.99% -
XYZ 63.52 61.67 25.7 -
YUV 204.15 79.38 162.84 -
System Red Green Blue C M Y K H S L
Decimal 253 196 118 0 0.23 0.53 0.01 34.67 0.97 0.73
Hex FD C4 76 0 17 35 1 23 61 49
Octal 375 304 166 0 27 65 1 43 141 111
Binary 11111101 11000100 1110110 0 10111 110101 1 100011 1100001 1001001

Color Harmonies of #FDC476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC476

Black with #FDC476

Text Example


Text Example

White with #FDC476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC476; }

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

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

background-color css

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

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

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

border-color css

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

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

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