Html Css Color HEX #FDC485 Chardonnay

📋 copy color: '#FDC485'

red 253 ◦ green 196 ◦ blue 133

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

Shades of Chardonnay #FDC485

Tints of Chardonnay #FDC485

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.68%

 BLUE value IS 133 (52.34% from 255) = 22.85%

R = 43.47%
G = 33.68%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FDC485 (or 0xFDC485) is known color: Chardonnay. HEX triplet: FD, C4 and 85. RGB value is (253,196,133). Sum of RGB (Red+Green+Blue) = 253+196+133=582 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.47% from 582); Green value is 196 (76.95% from 255 or 33.68% from 582); Blue value is 133 (52.34% from 255 or 22.85% from 582); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC485 is #023B7A. Grayscale: #CECECE. Windows color (decimal): -146299 or 8766717. OLE color: 8766717.

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

Color convert

RGB 253 196 133 -
CMYK 0 0.23 0.47 0.01
HSL 31.5º 0.97% 0.76% -
HSV(B) 31.5º 0.47% 0.99% -
XYZ 64.48 62.06 30.77 -
YUV 205.86 86.88 161.62 -
System Red Green Blue C M Y K H S L
Decimal 253 196 133 0 0.23 0.47 0.01 31.5 0.97 0.76
Hex FD C4 85 0 17 2F 1 1F 61 4C
Octal 375 304 205 0 27 57 1 37 141 114
Binary 11111101 11000100 10000101 0 10111 101111 1 11111 1100001 1001100

Color Harmonies of #FDC485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC485

Black with #FDC485

Text Example


Text Example

White with #FDC485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC485; }

 p { color: rgb(253,196,133); }

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

background-color css

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

 a { background-color: rgb(253,196,133); }

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

border-color css

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

 span { border-color: rgb(253,196,133); }

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