Html Css Color HEX #FDC572 Chardonnay

📋 copy color: '#FDC572'

red 253 ◦ green 197 ◦ blue 114

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

Shades of Chardonnay #FDC572

Tints of Chardonnay #FDC572

RGB

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

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

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

R = 44.86%
G = 34.93%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FDC572 (or 0xFDC572) is known color: Chardonnay. HEX triplet: FD, C5 and 72. RGB value is (253,197,114). Sum of RGB (Red+Green+Blue) = 253+197+114=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 197 (77.34% from 255 or 34.93% from 564); Blue value is 114 (44.92% from 255 or 20.21% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC572 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC572 is #023A8D. Grayscale: #CCCCCC. Windows color (decimal): -146062 or 7521789. OLE color: 7521789.

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

Color convert

RGB 253 197 114 -
CMYK 0 0.22 0.55 0.01
HSL 35.83º 0.97% 0.72% -
HSV(B) 35.83º 0.55% 0.99% -
XYZ 63.51 62.03 24.55 -
YUV 204.28 77.05 162.75 -
System Red Green Blue C M Y K H S L
Decimal 253 197 114 0 0.22 0.55 0.01 35.83 0.97 0.72
Hex FD C5 72 0 16 37 1 24 61 48
Octal 375 305 162 0 26 67 1 44 141 110
Binary 11111101 11000101 1110010 0 10110 110111 1 100100 1100001 1001000

Color Harmonies of #FDC572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC572

Black with #FDC572

Text Example


Text Example

White with #FDC572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC572; }

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

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

background-color css

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

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

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

border-color css

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

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

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