Html Css Color HEX #FDC975 Chardonnay

📋 copy color: '#FDC975'

red 253 ◦ green 201 ◦ blue 117

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

Shades of Chardonnay #FDC975

Tints of Chardonnay #FDC975

RGB

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

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

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

R = 44.31%
G = 35.2%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FDC975 (or 0xFDC975) is known color: Chardonnay. HEX triplet: FD, C9 and 75. RGB value is (253,201,117). Sum of RGB (Red+Green+Blue) = 253+201+117=571 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.31% from 571); Green value is 201 (78.91% from 255 or 35.20% from 571); Blue value is 117 (46.09% from 255 or 20.49% from 571); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC975 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC975 is #02368A. Grayscale: #CFCFCF. Windows color (decimal): -145035 or 7719421. OLE color: 7719421.

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

Color convert

RGB 253 201 117 -
CMYK 0 0.21 0.54 0.01
HSL 37.06º 0.97% 0.73% -
HSV(B) 37.06º 0.54% 0.99% -
XYZ 64.61 63.94 25.77 -
YUV 206.97 77.23 160.83 -
System Red Green Blue C M Y K H S L
Decimal 253 201 117 0 0.21 0.54 0.01 37.06 0.97 0.73
Hex FD C9 75 0 15 36 1 25 61 49
Octal 375 311 165 0 25 66 1 45 141 111
Binary 11111101 11001001 1110101 0 10101 110110 1 100101 1100001 1001001

Color Harmonies of #FDC975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC975

Black with #FDC975

Text Example


Text Example

White with #FDC975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC975; }

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

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

background-color css

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

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

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

border-color css

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

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

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