Html Css Color HEX #FDC674 Chardonnay

📋 copy color: '#FDC674'

red 253 ◦ green 198 ◦ blue 116

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

Shades of Chardonnay #FDC674

Tints of Chardonnay #FDC674

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.92%

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

R = 44.62%
G = 34.92%
B = 20.46%

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

#FDC674 (or 0xFDC674) is known color: Chardonnay. HEX triplet: FD, C6 and 74. RGB value is (253,198,116). Sum of RGB (Red+Green+Blue) = 253+198+116=567 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.62% from 567); Green value is 198 (77.73% from 255 or 34.92% from 567); Blue value is 116 (45.70% from 255 or 20.46% from 567); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC674 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC674 is #02398B. Grayscale: #CDCDCD. Windows color (decimal): -145804 or 7653117. OLE color: 7653117.

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

Color convert

RGB 253 198 116 -
CMYK 0 0.22 0.54 0.01
HSL 35.91º 0.97% 0.72% -
HSV(B) 35.91º 0.54% 0.99% -
XYZ 63.85 62.53 25.23 -
YUV 205.1 77.72 162.17 -
System Red Green Blue C M Y K H S L
Decimal 253 198 116 0 0.22 0.54 0.01 35.91 0.97 0.72
Hex FD C6 74 0 16 36 1 24 61 48
Octal 375 306 164 0 26 66 1 44 141 110
Binary 11111101 11000110 1110100 0 10110 110110 1 100100 1100001 1001000

Color Harmonies of #FDC674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC674

Black with #FDC674

Text Example


Text Example

White with #FDC674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC674; }

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

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

background-color css

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

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

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

border-color css

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

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

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