Html Css Color HEX #FDC97E Chardonnay

📋 copy color: '#FDC97E'

red 253 ◦ green 201 ◦ blue 126

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

Shades of Chardonnay #FDC97E

Tints of Chardonnay #FDC97E

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.66%

 BLUE value IS 126 (49.61% from 255) = 21.72%

R = 43.62%
G = 34.66%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FDC97E (or 0xFDC97E) is known color: Chardonnay. HEX triplet: FD, C9 and 7E. RGB value is (253,201,126). Sum of RGB (Red+Green+Blue) = 253+201+126=580 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.62% from 580); Green value is 201 (78.91% from 255 or 34.66% from 580); Blue value is 126 (49.61% from 255 or 21.72% from 580); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC97E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC97E is #023681. Grayscale: #D0D0D0. Windows color (decimal): -145026 or 8309245. OLE color: 8309245.

HSL color Cylindrical-coordinate representation of color #FDC97E: hue angle of 35.43º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FDC97E is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 201 126 -
CMYK 0 0.21 0.50 0.01
HSL 35.43º 0.97% 0.74% -
HSV(B) 35.43º 0.5% 0.99% -
XYZ 65.16 64.16 28.69 -
YUV 208 81.73 160.1 -
System Red Green Blue C M Y K H S L
Decimal 253 201 126 0 0.21 0.50 0.01 35.43 0.97 0.74
Hex FD C9 7E 0 15 32 1 23 61 4A
Octal 375 311 176 0 25 62 1 43 141 112
Binary 11111101 11001001 1111110 0 10101 110010 1 100011 1100001 1001010

Color Harmonies of #FDC97E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC97E

Black with #FDC97E

Text Example


Text Example

White with #FDC97E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC97E; }

 p { color: rgb(253,201,126); }

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

background-color css

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

 a { background-color: rgb(253,201,126); }

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

border-color css

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

 span { border-color: rgb(253,201,126); }

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