Html Css Color HEX #FDC382 Chardonnay

📋 copy color: '#FDC382'

red 253 ◦ green 195 ◦ blue 130

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

Shades of Chardonnay #FDC382

Tints of Chardonnay #FDC382

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.74%

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

R = 43.77%
G = 33.74%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FDC382 (or 0xFDC382) is known color: Chardonnay. HEX triplet: FD, C3 and 82. RGB value is (253,195,130). Sum of RGB (Red+Green+Blue) = 253+195+130=578 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.77% from 578); Green value is 195 (76.56% from 255 or 33.74% from 578); Blue value is 130 (51.17% from 255 or 22.49% from 578); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC382 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC382 is #023C7D. Grayscale: #CDCDCD. Windows color (decimal): -146558 or 8569853. OLE color: 8569853.

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

Color convert

RGB 253 195 130 -
CMYK 0 0.23 0.49 0.01
HSL 31.71º 0.97% 0.75% -
HSV(B) 31.71º 0.49% 0.99% -
XYZ 64.05 61.52 29.62 -
YUV 204.93 85.72 162.29 -
System Red Green Blue C M Y K H S L
Decimal 253 195 130 0 0.23 0.49 0.01 31.71 0.97 0.75
Hex FD C3 82 0 17 31 1 20 61 4B
Octal 375 303 202 0 27 61 1 40 141 113
Binary 11111101 11000011 10000010 0 10111 110001 1 100000 1100001 1001011

Color Harmonies of #FDC382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC382

Black with #FDC382

Text Example


Text Example

White with #FDC382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC382; }

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

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

background-color css

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

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

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

border-color css

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

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

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