Html Css Color HEX #FDC275 Chardonnay

📋 copy color: '#FDC275'

red 253 ◦ green 194 ◦ blue 117

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

Shades of Chardonnay #FDC275

Tints of Chardonnay #FDC275

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.4%

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

R = 44.86%
G = 34.4%
B = 20.74%

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

#FDC275 (or 0xFDC275) is known color: Chardonnay. HEX triplet: FD, C2 and 75. RGB value is (253,194,117). Sum of RGB (Red+Green+Blue) = 253+194+117=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 194 (76.17% from 255 or 34.40% from 564); Blue value is 117 (46.09% from 255 or 20.74% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC275 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC275 is #023D8A. Grayscale: #CBCBCB. Windows color (decimal): -146827 or 7717629. OLE color: 7717629.

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

Color convert

RGB 253 194 117 -
CMYK 0 0.23 0.54 0.01
HSL 33.97º 0.97% 0.73% -
HSV(B) 33.97º 0.54% 0.99% -
XYZ 63.01 60.75 25.23 -
YUV 202.86 79.55 163.76 -
System Red Green Blue C M Y K H S L
Decimal 253 194 117 0 0.23 0.54 0.01 33.97 0.97 0.73
Hex FD C2 75 0 17 36 1 22 61 49
Octal 375 302 165 0 27 66 1 42 141 111
Binary 11111101 11000010 1110101 0 10111 110110 1 100010 1100001 1001001

Color Harmonies of #FDC275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC275

Black with #FDC275

Text Example


Text Example

White with #FDC275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC275; }

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

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

background-color css

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

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

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

border-color css

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

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

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