Html Css Color HEX #FDC17C Chardonnay

📋 copy color: '#FDC17C'

red 253 ◦ green 193 ◦ blue 124

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

Shades of Chardonnay #FDC17C

Tints of Chardonnay #FDC17C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.86%

 BLUE value IS 124 (48.83% from 255) = 21.75%

R = 44.39%
G = 33.86%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FDC17C (or 0xFDC17C) is known color: Chardonnay. HEX triplet: FD, C1 and 7C. RGB value is (253,193,124). Sum of RGB (Red+Green+Blue) = 253+193+124=570 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.39% from 570); Green value is 193 (75.78% from 255 or 33.86% from 570); Blue value is 124 (48.83% from 255 or 21.75% from 570); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC17C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC17C is #023E83. Grayscale: #CBCBCB. Windows color (decimal): -147076 or 8176125. OLE color: 8176125.

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

Color convert

RGB 253 193 124 -
CMYK 0 0.24 0.51 0.01
HSL 32.09º 0.97% 0.74% -
HSV(B) 32.09º 0.51% 0.99% -
XYZ 63.22 60.48 27.41 -
YUV 203.07 83.38 163.61 -
System Red Green Blue C M Y K H S L
Decimal 253 193 124 0 0.24 0.51 0.01 32.09 0.97 0.74
Hex FD C1 7C 0 18 33 1 20 61 4A
Octal 375 301 174 0 30 63 1 40 141 112
Binary 11111101 11000001 1111100 0 11000 110011 1 100000 1100001 1001010

Color Harmonies of #FDC17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC17C

Black with #FDC17C

Text Example


Text Example

White with #FDC17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC17C; }

 p { color: rgb(253,193,124); }

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

background-color css

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

 a { background-color: rgb(253,193,124); }

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

border-color css

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

 span { border-color: rgb(253,193,124); }

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