Html Css Color HEX #FDC171 Chardonnay

📋 copy color: '#FDC171'

red 253 ◦ green 193 ◦ blue 113

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

Shades of Chardonnay #FDC171

Tints of Chardonnay #FDC171

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.53%

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

R = 45.26%
G = 34.53%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FDC171 (or 0xFDC171) is known color: Chardonnay. HEX triplet: FD, C1 and 71. RGB value is (253,193,113). Sum of RGB (Red+Green+Blue) = 253+193+113=559 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.26% from 559); Green value is 193 (75.78% from 255 or 34.53% from 559); Blue value is 113 (44.53% from 255 or 20.21% from 559); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC171 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC171 is #023E8E. Grayscale: #CACACA. Windows color (decimal): -147087 or 7455229. OLE color: 7455229.

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

Color convert

RGB 253 193 113 -
CMYK 0 0.24 0.55 0.01
HSL 34.29º 0.97% 0.72% -
HSV(B) 34.29º 0.55% 0.99% -
XYZ 62.56 60.21 23.95 -
YUV 201.82 77.88 164.5 -
System Red Green Blue C M Y K H S L
Decimal 253 193 113 0 0.24 0.55 0.01 34.29 0.97 0.72
Hex FD C1 71 0 18 37 1 22 61 48
Octal 375 301 161 0 30 67 1 42 141 110
Binary 11111101 11000001 1110001 0 11000 110111 1 100010 1100001 1001000

Color Harmonies of #FDC171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC171

Black with #FDC171

Text Example


Text Example

White with #FDC171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC171; }

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

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

background-color css

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

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

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

border-color css

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

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

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