Html Css Color HEX #FDC475 Chardonnay

📋 copy color: '#FDC475'

red 253 ◦ green 196 ◦ blue 117

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

Shades of Chardonnay #FDC475

Tints of Chardonnay #FDC475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.67%

R = 44.7%
G = 34.63%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FDC475 (or 0xFDC475) is known color: Chardonnay. HEX triplet: FD, C4 and 75. RGB value is (253,196,117). Sum of RGB (Red+Green+Blue) = 253+196+117=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 196 (76.95% from 255 or 34.63% from 566); Blue value is 117 (46.09% from 255 or 20.67% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC475 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC475 is #023B8A. Grayscale: #CCCCCC. Windows color (decimal): -146315 or 7718141. OLE color: 7718141.

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

Color convert

RGB 253 196 117 -
CMYK 0 0.23 0.54 0.01
HSL 34.85º 0.97% 0.73% -
HSV(B) 34.85º 0.54% 0.99% -
XYZ 63.46 61.65 25.38 -
YUV 204.04 78.88 162.92 -
System Red Green Blue C M Y K H S L
Decimal 253 196 117 0 0.23 0.54 0.01 34.85 0.97 0.73
Hex FD C4 75 0 17 36 1 23 61 49
Octal 375 304 165 0 27 66 1 43 141 111
Binary 11111101 11000100 1110101 0 10111 110110 1 100011 1100001 1001001

Color Harmonies of #FDC475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC475

Black with #FDC475

Text Example


Text Example

White with #FDC475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC475; }

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

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

background-color css

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

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

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

border-color css

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

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

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