Html Css Color HEX #FDC574 Chardonnay

📋 copy color: '#FDC574'

red 253 ◦ green 197 ◦ blue 116

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

Shades of Chardonnay #FDC574

Tints of Chardonnay #FDC574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.49%

R = 44.7%
G = 34.81%
B = 20.49%

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

#FDC574 (or 0xFDC574) is known color: Chardonnay. HEX triplet: FD, C5 and 74. RGB value is (253,197,116). Sum of RGB (Red+Green+Blue) = 253+197+116=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 197 (77.34% from 255 or 34.81% from 566); Blue value is 116 (45.70% from 255 or 20.49% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC574 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC574 is #023A8B. Grayscale: #CCCCCC. Windows color (decimal): -146060 or 7652861. OLE color: 7652861.

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

Color convert

RGB 253 197 116 -
CMYK 0 0.22 0.54 0.01
HSL 35.47º 0.97% 0.72% -
HSV(B) 35.47º 0.54% 0.99% -
XYZ 63.63 62.08 25.15 -
YUV 204.51 78.05 162.59 -
System Red Green Blue C M Y K H S L
Decimal 253 197 116 0 0.22 0.54 0.01 35.47 0.97 0.72
Hex FD C5 74 0 16 36 1 23 61 48
Octal 375 305 164 0 26 66 1 43 141 110
Binary 11111101 11000101 1110100 0 10110 110110 1 100011 1100001 1001000

Color Harmonies of #FDC574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC574

Black with #FDC574

Text Example


Text Example

White with #FDC574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC574; }

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

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

background-color css

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

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

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

border-color css

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

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

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