Html Css Color HEX #FDC57D Chardonnay

📋 copy color: '#FDC57D'

red 253 ◦ green 197 ◦ blue 125

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

Shades of Chardonnay #FDC57D

Tints of Chardonnay #FDC57D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.26%

 BLUE value IS 125 (49.22% from 255) = 21.74%

R = 44%
G = 34.26%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FDC57D (or 0xFDC57D) is known color: Chardonnay. HEX triplet: FD, C5 and 7D. RGB value is (253,197,125). Sum of RGB (Red+Green+Blue) = 253+197+125=575 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44% from 575); Green value is 197 (77.34% from 255 or 34.26% from 575); Blue value is 125 (49.22% from 255 or 21.74% from 575); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC57D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC57D is #023A82. Grayscale: #CDCDCD. Windows color (decimal): -146051 or 8242685. OLE color: 8242685.

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

Color convert

RGB 253 197 125 -
CMYK 0 0.22 0.51 0.01
HSL 33.75º 0.97% 0.74% -
HSV(B) 33.75º 0.51% 0.99% -
XYZ 64.18 62.3 28.04 -
YUV 205.54 82.55 161.85 -
System Red Green Blue C M Y K H S L
Decimal 253 197 125 0 0.22 0.51 0.01 33.75 0.97 0.74
Hex FD C5 7D 0 16 33 1 22 61 4A
Octal 375 305 175 0 26 63 1 42 141 112
Binary 11111101 11000101 1111101 0 10110 110011 1 100010 1100001 1001010

Color Harmonies of #FDC57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC57D

Black with #FDC57D

Text Example


Text Example

White with #FDC57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC57D; }

 p { color: rgb(253,197,125); }

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

background-color css

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

 a { background-color: rgb(253,197,125); }

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

border-color css

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

 span { border-color: rgb(253,197,125); }

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