Html Css Color HEX #FDC772 Chardonnay

📋 copy color: '#FDC772'

red 253 ◦ green 199 ◦ blue 114

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

Shades of Chardonnay #FDC772

Tints of Chardonnay #FDC772

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.16%

 BLUE value IS 114 (44.92% from 255) = 20.14%

R = 44.7%
G = 35.16%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FDC772 (or 0xFDC772) is known color: Chardonnay. HEX triplet: FD, C7 and 72. RGB value is (253,199,114). Sum of RGB (Red+Green+Blue) = 253+199+114=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 199 (78.12% from 255 or 35.16% from 566); Blue value is 114 (44.92% from 255 or 20.14% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC772 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC772 is #02388D. Grayscale: #CDCDCD. Windows color (decimal): -145550 or 7522301. OLE color: 7522301.

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

Color convert

RGB 253 199 114 -
CMYK 0 0.21 0.55 0.01
HSL 36.69º 0.97% 0.72% -
HSV(B) 36.69º 0.55% 0.99% -
XYZ 63.97 62.94 24.7 -
YUV 205.46 76.39 161.91 -
System Red Green Blue C M Y K H S L
Decimal 253 199 114 0 0.21 0.55 0.01 36.69 0.97 0.72
Hex FD C7 72 0 15 37 1 25 61 48
Octal 375 307 162 0 25 67 1 45 141 110
Binary 11111101 11000111 1110010 0 10101 110111 1 100101 1100001 1001000

Color Harmonies of #FDC772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC772

Black with #FDC772

Text Example


Text Example

White with #FDC772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC772; }

 p { color: rgb(253,199,114); }

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

background-color css

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

 a { background-color: rgb(253,199,114); }

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

border-color css

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

 span { border-color: rgb(253,199,114); }

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