Html Css Color HEX #FDC374 Chardonnay

📋 copy color: '#FDC374'

red 253 ◦ green 195 ◦ blue 116

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

Shades of Chardonnay #FDC374

Tints of Chardonnay #FDC374

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.57%

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

R = 44.86%
G = 34.57%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FDC374 (or 0xFDC374) is known color: Chardonnay. HEX triplet: FD, C3 and 74. RGB value is (253,195,116). Sum of RGB (Red+Green+Blue) = 253+195+116=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 195 (76.56% from 255 or 34.57% from 564); Blue value is 116 (45.70% from 255 or 20.57% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC374 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC374 is #023C8B. Grayscale: #CBCBCB. Windows color (decimal): -146572 or 7652349. OLE color: 7652349.

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

Color convert

RGB 253 195 116 -
CMYK 0 0.23 0.54 0.01
HSL 34.6º 0.97% 0.72% -
HSV(B) 34.6º 0.54% 0.99% -
XYZ 63.18 61.17 25 -
YUV 203.34 78.72 163.42 -
System Red Green Blue C M Y K H S L
Decimal 253 195 116 0 0.23 0.54 0.01 34.6 0.97 0.72
Hex FD C3 74 0 17 36 1 23 61 48
Octal 375 303 164 0 27 66 1 43 141 110
Binary 11111101 11000011 1110100 0 10111 110110 1 100011 1100001 1001000

Color Harmonies of #FDC374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC374

Black with #FDC374

Text Example


Text Example

White with #FDC374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC374; }

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

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

background-color css

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

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

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

border-color css

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

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

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