Html Css Color HEX #FDC982 Chardonnay

📋 copy color: '#FDC982'

red 253 ◦ green 201 ◦ blue 130

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

Shades of Chardonnay #FDC982

Tints of Chardonnay #FDC982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 22.26%

R = 43.32%
G = 34.42%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FDC982 (or 0xFDC982) is known color: Chardonnay. HEX triplet: FD, C9 and 82. RGB value is (253,201,130). Sum of RGB (Red+Green+Blue) = 253+201+130=584 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.32% from 584); Green value is 201 (78.91% from 255 or 34.42% from 584); Blue value is 130 (51.17% from 255 or 22.26% from 584); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC982 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC982 is #02367D. Grayscale: #D0D0D0. Windows color (decimal): -145022 or 8571389. OLE color: 8571389.

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

Color convert

RGB 253 201 130 -
CMYK 0 0.21 0.49 0.01
HSL 34.63º 0.97% 0.75% -
HSV(B) 34.63º 0.49% 0.99% -
XYZ 65.42 64.27 30.08 -
YUV 208.45 83.73 159.77 -
System Red Green Blue C M Y K H S L
Decimal 253 201 130 0 0.21 0.49 0.01 34.63 0.97 0.75
Hex FD C9 82 0 15 31 1 23 61 4B
Octal 375 311 202 0 25 61 1 43 141 113
Binary 11111101 11001001 10000010 0 10101 110001 1 100011 1100001 1001011

Color Harmonies of #FDC982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC982

Black with #FDC982

Text Example


Text Example

White with #FDC982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC982; }

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

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

background-color css

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

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

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

border-color css

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

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

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