Html Css Color HEX #FDC471 Chardonnay

📋 copy color: '#FDC471'

red 253 ◦ green 196 ◦ blue 113

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

Shades of Chardonnay #FDC471

Tints of Chardonnay #FDC471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.11%

R = 45.02%
G = 34.88%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FDC471 (or 0xFDC471) is known color: Chardonnay. HEX triplet: FD, C4 and 71. RGB value is (253,196,113). Sum of RGB (Red+Green+Blue) = 253+196+113=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 196 (76.95% from 255 or 34.88% from 562); Blue value is 113 (44.53% from 255 or 20.11% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC471 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC471 is #023B8E. Grayscale: #CBCBCB. Windows color (decimal): -146319 or 7455997. OLE color: 7455997.

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

Color convert

RGB 253 196 113 -
CMYK 0 0.23 0.55 0.01
HSL 35.57º 0.97% 0.72% -
HSV(B) 35.57º 0.55% 0.99% -
XYZ 63.23 61.55 24.17 -
YUV 203.58 76.88 163.25 -
System Red Green Blue C M Y K H S L
Decimal 253 196 113 0 0.23 0.55 0.01 35.57 0.97 0.72
Hex FD C4 71 0 17 37 1 24 61 48
Octal 375 304 161 0 27 67 1 44 141 110
Binary 11111101 11000100 1110001 0 10111 110111 1 100100 1100001 1001000

Color Harmonies of #FDC471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC471

Black with #FDC471

Text Example


Text Example

White with #FDC471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC471; }

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

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

background-color css

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

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

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

border-color css

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

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

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