Html Css Color HEX #FDC575 Chardonnay

📋 copy color: '#FDC575'

red 253 ◦ green 197 ◦ blue 117

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

Shades of Chardonnay #FDC575

Tints of Chardonnay #FDC575

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.74%

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

R = 44.62%
G = 34.74%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FDC575 (or 0xFDC575) is known color: Chardonnay. HEX triplet: FD, C5 and 75. RGB value is (253,197,117). Sum of RGB (Red+Green+Blue) = 253+197+117=567 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.62% from 567); Green value is 197 (77.34% from 255 or 34.74% from 567); Blue value is 117 (46.09% from 255 or 20.63% from 567); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC575 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC575 is #023A8A. Grayscale: #CDCDCD. Windows color (decimal): -146059 or 7718397. OLE color: 7718397.

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

Color convert

RGB 253 197 117 -
CMYK 0 0.22 0.54 0.01
HSL 35.29º 0.97% 0.73% -
HSV(B) 35.29º 0.54% 0.99% -
XYZ 63.69 62.1 25.46 -
YUV 204.62 78.55 162.5 -
System Red Green Blue C M Y K H S L
Decimal 253 197 117 0 0.22 0.54 0.01 35.29 0.97 0.73
Hex FD C5 75 0 16 36 1 23 61 49
Octal 375 305 165 0 26 66 1 43 141 111
Binary 11111101 11000101 1110101 0 10110 110110 1 100011 1100001 1001001

Color Harmonies of #FDC575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC575

Black with #FDC575

Text Example


Text Example

White with #FDC575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC575; }

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

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

background-color css

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

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

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

border-color css

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

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

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