Html Css Color HEX #FDC580 Chardonnay

📋 copy color: '#FDC580'

red 253 ◦ green 197 ◦ blue 128

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

Shades of Chardonnay #FDC580

Tints of Chardonnay #FDC580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 22.15%

R = 43.77%
G = 34.08%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FDC580 (or 0xFDC580) is known color: Chardonnay. HEX triplet: FD, C5 and 80. RGB value is (253,197,128). Sum of RGB (Red+Green+Blue) = 253+197+128=578 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.77% from 578); Green value is 197 (77.34% from 255 or 34.08% from 578); Blue value is 128 (50.39% from 255 or 22.15% from 578); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC580 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC580 is #023A7F. Grayscale: #CECECE. Windows color (decimal): -146048 or 8439293. OLE color: 8439293.

HSL color Cylindrical-coordinate representation of color #FDC580: hue angle of 33.12º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FDC580 is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 197 128 -
CMYK 0 0.22 0.49 0.01
HSL 33.12º 0.97% 0.75% -
HSV(B) 33.12º 0.49% 0.99% -
XYZ 64.37 62.37 29.07 -
YUV 205.88 84.05 161.61 -
System Red Green Blue C M Y K H S L
Decimal 253 197 128 0 0.22 0.49 0.01 33.12 0.97 0.75
Hex FD C5 80 0 16 31 1 21 61 4B
Octal 375 305 200 0 26 61 1 41 141 113
Binary 11111101 11000101 10000000 0 10110 110001 1 100001 1100001 1001011

Color Harmonies of #FDC580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC580

Black with #FDC580

Text Example


Text Example

White with #FDC580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC580; }

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

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

background-color css

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

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

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

border-color css

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

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

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