Html Css Color HEX #FDC175 Chardonnay

📋 copy color: '#FDC175'

red 253 ◦ green 193 ◦ blue 117

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

Shades of Chardonnay #FDC175

Tints of Chardonnay #FDC175

RGB

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

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

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

R = 44.94%
G = 34.28%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FDC175 (or 0xFDC175) is known color: Chardonnay. HEX triplet: FD, C1 and 75. RGB value is (253,193,117). Sum of RGB (Red+Green+Blue) = 253+193+117=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 193 (75.78% from 255 or 34.28% from 563); Blue value is 117 (46.09% from 255 or 20.78% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC175 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC175 is #023E8A. Grayscale: #CACACA. Windows color (decimal): -147083 or 7717373. OLE color: 7717373.

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

Color convert

RGB 253 193 117 -
CMYK 0 0.24 0.54 0.01
HSL 33.53º 0.97% 0.73% -
HSV(B) 33.53º 0.54% 0.99% -
XYZ 62.79 60.31 25.16 -
YUV 202.28 79.88 164.18 -
System Red Green Blue C M Y K H S L
Decimal 253 193 117 0 0.24 0.54 0.01 33.53 0.97 0.73
Hex FD C1 75 0 18 36 1 22 61 49
Octal 375 301 165 0 30 66 1 42 141 111
Binary 11111101 11000001 1110101 0 11000 110110 1 100010 1100001 1001001

Color Harmonies of #FDC175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC175

Black with #FDC175

Text Example


Text Example

White with #FDC175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC175; }

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

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

background-color css

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

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

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

border-color css

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

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

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