Html Css Color HEX #FDC675 Chardonnay

📋 copy color: '#FDC675'

red 253 ◦ green 198 ◦ blue 117

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

Shades of Chardonnay #FDC675

Tints of Chardonnay #FDC675

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.86%

 BLUE value IS 117 (46.09% from 255) = 20.6%

R = 44.54%
G = 34.86%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FDC675 (or 0xFDC675) is known color: Chardonnay. HEX triplet: FD, C6 and 75. RGB value is (253,198,117). Sum of RGB (Red+Green+Blue) = 253+198+117=568 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.54% from 568); Green value is 198 (77.73% from 255 or 34.86% from 568); Blue value is 117 (46.09% from 255 or 20.60% from 568); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC675 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC675 is #02398A. Grayscale: #CDCDCD. Windows color (decimal): -145803 or 7718653. OLE color: 7718653.

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

Color convert

RGB 253 198 117 -
CMYK 0 0.22 0.54 0.01
HSL 35.74º 0.97% 0.73% -
HSV(B) 35.74º 0.54% 0.99% -
XYZ 63.91 62.56 25.54 -
YUV 205.21 78.22 162.09 -
System Red Green Blue C M Y K H S L
Decimal 253 198 117 0 0.22 0.54 0.01 35.74 0.97 0.73
Hex FD C6 75 0 16 36 1 24 61 49
Octal 375 306 165 0 26 66 1 44 141 111
Binary 11111101 11000110 1110101 0 10110 110110 1 100100 1100001 1001001

Color Harmonies of #FDC675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC675

Black with #FDC675

Text Example


Text Example

White with #FDC675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC675; }

 p { color: rgb(253,198,117); }

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

background-color css

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

 a { background-color: rgb(253,198,117); }

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

border-color css

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

 span { border-color: rgb(253,198,117); }

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