Html Css Color HEX #FDC380 Chardonnay

📋 copy color: '#FDC380'

red 253 ◦ green 195 ◦ blue 128

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

Shades of Chardonnay #FDC380

Tints of Chardonnay #FDC380

RGB

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

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

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

R = 43.92%
G = 33.85%
B = 22.22%

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

#FDC380 (or 0xFDC380) is known color: Chardonnay. HEX triplet: FD, C3 and 80. RGB value is (253,195,128). Sum of RGB (Red+Green+Blue) = 253+195+128=576 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.92% from 576); Green value is 195 (76.56% from 255 or 33.85% from 576); Blue value is 128 (50.39% from 255 or 22.22% from 576); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC380 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC380 is #023C7F. Grayscale: #CDCDCD. Windows color (decimal): -146560 or 8438781. OLE color: 8438781.

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

Color convert

RGB 253 195 128 -
CMYK 0 0.23 0.49 0.01
HSL 32.16º 0.97% 0.75% -
HSV(B) 32.16º 0.49% 0.99% -
XYZ 63.92 61.47 28.92 -
YUV 204.7 84.72 162.45 -
System Red Green Blue C M Y K H S L
Decimal 253 195 128 0 0.23 0.49 0.01 32.16 0.97 0.75
Hex FD C3 80 0 17 31 1 20 61 4B
Octal 375 303 200 0 27 61 1 40 141 113
Binary 11111101 11000011 10000000 0 10111 110001 1 100000 1100001 1001011

Color Harmonies of #FDC380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC380

Black with #FDC380

Text Example


Text Example

White with #FDC380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC380; }

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

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

background-color css

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

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

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

border-color css

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

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

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