Html Css Color HEX #FDC076 Chardonnay

📋 copy color: '#FDC076'

red 253 ◦ green 192 ◦ blue 118

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

Shades of Chardonnay #FDC076

Tints of Chardonnay #FDC076

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.1%

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

R = 44.94%
G = 34.1%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FDC076 (or 0xFDC076) is known color: Chardonnay. HEX triplet: FD, C0 and 76. RGB value is (253,192,118). Sum of RGB (Red+Green+Blue) = 253+192+118=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 192 (75.39% from 255 or 34.10% from 563); Blue value is 118 (46.48% from 255 or 20.96% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC076 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC076 is #023F89. Grayscale: #CACACA. Windows color (decimal): -147338 or 7782653. OLE color: 7782653.

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

Color convert

RGB 253 192 118 -
CMYK 0 0.24 0.53 0.01
HSL 32.89º 0.97% 0.73% -
HSV(B) 32.89º 0.53% 0.99% -
XYZ 62.63 59.89 25.4 -
YUV 201.8 80.71 164.52 -
System Red Green Blue C M Y K H S L
Decimal 253 192 118 0 0.24 0.53 0.01 32.89 0.97 0.73
Hex FD C0 76 0 18 35 1 21 61 49
Octal 375 300 166 0 30 65 1 41 141 111
Binary 11111101 11000000 1110110 0 11000 110101 1 100001 1100001 1001001

Color Harmonies of #FDC076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC076

Black with #FDC076

Text Example


Text Example

White with #FDC076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC076; }

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

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

background-color css

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

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

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

border-color css

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

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

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